libyaml-safer/Cargo.toml
David Tolnay ad5874f594
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
2022-09-14 09:16:02 -07:00

20 lines
607 B
TOML

[package]
name = "unsafe-libyaml"
version = "0.2.2" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "parser-implementations", "no-std"]
description = "libyaml transpiled to rust by c2rust"
documentation = "https://docs.rs/unsafe-libyaml"
edition = "2021"
keywords = ["yaml"]
license = "MIT"
repository = "https://github.com/dtolnay/unsafe-libyaml"
rust-version = "1.56"
[workspace]
[dev-dependencies]
pretty_assertions = "1.0"
unsafe-libyaml-test-suite = { path = "tests/data" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]