[[bin]]
name = "dump_events"
path = "tools/dump_events.rs"
[[bin]]
name = "run_bench"
path = "tools/run_bench.rs"
[[bin]]
name = "time_parse"
path = "tools/time_parse.rs"
[dependencies.arraydeque]
version = "0.5.1"
[dependencies.encoding_rs]
optional = true
version = "0.8.33"
[dependencies.hashlink]
version = ">= 0.8, < 0.10"
[dev-dependencies.libtest-mimic]
version = "0.4.0"
[dev-dependencies.quickcheck]
version = "1.0"
[[example]]
name = "dump_yaml"
path = "examples/dump_yaml.rs"
[features]
debug_prints = []
default = ["encoding"]
encoding = ["dep:encoding_rs"]
[lib]
name = "yaml_rust2"
path = "src/lib.rs"
[package]
authors = ["Yuheng Chen <yuhengchen@sensetime.com>", "Ethiraric <ethiraric@gmail.com>", "David Aguilar <davvid@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A fully YAML 1.2 compliant YAML parser"
documentation = "https://docs.rs/yaml-rust2"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "yaml-rust2"
readme = "README.md"
repository = "https://github.com/Ethiraric/yaml-rust2"
rust-version = "1.70.0"
version = "0.9.0"
[profile.release-lto]
inherits = "release"
lto = true
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "emitter"
path = "tests/emitter.rs"
[[test]]
name = "quickcheck"
path = "tests/quickcheck.rs"
[[test]]
name = "scanner"
path = "tests/scanner.rs"
[[test]]
name = "spec_test"
path = "tests/spec_test.rs"
[[test]]
name = "test_round_trip"
path = "tests/test_round_trip.rs"
[[test]]
harness = false
name = "yaml-test-suite"
path = "tests/yaml-test-suite.rs"