libyaml-safer/Cargo.toml

25 lines
656 B
TOML
Raw Normal View History

[package]
2022-07-03 15:30:08 +00:00
name = "unsafe-libyaml"
version = "0.2.9"
2022-07-08 18:59:42 +00:00
authors = ["David Tolnay <dtolnay@gmail.com>"]
2022-08-01 07:06:49 +00:00
categories = ["encoding", "parser-implementations", "no-std"]
2022-07-08 18:59:42 +00:00
description = "libyaml transpiled to rust by c2rust"
documentation = "https://docs.rs/unsafe-libyaml"
2022-08-01 02:19:06 +00:00
edition = "2021"
2022-07-08 18:59:42 +00:00
keywords = ["yaml"]
2022-08-01 02:19:06 +00:00
license = "MIT"
repository = "https://github.com/dtolnay/unsafe-libyaml"
rust-version = "1.56"
2022-07-03 19:05:16 +00:00
[workspace]
[dev-dependencies]
pretty_assertions = "1.0"
unsafe-libyaml-test-suite = { path = "tests/data" }
2022-07-08 18:58:23 +00:00
[lib]
doc-scrape-examples = false
2022-07-08 18:58:23 +00:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]