mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-22 19:33:03 +00:00
24 lines
656 B
TOML
24 lines
656 B
TOML
[package]
|
|
name = "unsafe-libyaml"
|
|
version = "0.2.9"
|
|
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" }
|
|
|
|
[lib]
|
|
doc-scrape-examples = false
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
rustdoc-args = ["--generate-link-to-definition"]
|