libyaml-safer/Cargo.toml

24 lines
642 B
TOML
Raw Normal View History

[package]
2022-07-03 08:30:08 -07:00
name = "unsafe-libyaml"
2023-04-05 22:37:31 -07:00
version = "0.2.8" # remember to update html_root_url
2022-07-08 11:59:42 -07:00
authors = ["David Tolnay <dtolnay@gmail.com>"]
2022-08-01 00:06:49 -07:00
categories = ["encoding", "parser-implementations", "no-std"]
2022-07-08 11:59:42 -07:00
description = "libyaml transpiled to rust by c2rust"
documentation = "https://docs.rs/unsafe-libyaml"
2022-07-31 19:19:06 -07:00
edition = "2021"
2022-07-08 11:59:42 -07:00
keywords = ["yaml"]
2022-07-31 19:19:06 -07:00
license = "MIT"
repository = "https://github.com/dtolnay/unsafe-libyaml"
rust-version = "1.56"
2022-07-03 12:05:16 -07:00
[workspace]
[dev-dependencies]
pretty_assertions = "1.0"
unsafe-libyaml-test-suite = { path = "tests/data" }
2022-07-08 11:58:23 -07:00
[lib]
doc-scrape-examples = false
2022-07-08 11:58:23 -07:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]