1[package] 2name = "unsafe-libyaml" 3version = "0.2.10" 4authors = ["David Tolnay <dtolnay@gmail.com>"] 5categories = ["encoding", "parser-implementations", "no-std"] 6description = "libyaml transpiled to rust by c2rust" 7documentation = "https://docs.rs/unsafe-libyaml" 8edition = "2021" 9keywords = ["yaml"] 10license = "MIT" 11repository = "https://github.com/dtolnay/unsafe-libyaml" 12rust-version = "1.56" 13 14[workspace] 15[dev-dependencies] 16pretty_assertions = "1.0" 17unsafe-libyaml-test-suite = { path = "tests/data" } 18 19[lib] 20doc-scrape-examples = false 21 22[package.metadata.docs.rs] 23targets = ["x86_64-unknown-linux-gnu"] 24rustdoc-args = ["--generate-link-to-definition"] 25