# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "saphyr" version = "0.0.3" authors = [ "Ethiraric ", "David Aguilar ", "Yuheng Chen ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fully YAML 1.2 compliant YAML library" documentation = "https://docs.rs/saphyr" readme = "README.md" keywords = [ "yaml", "parser", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/saphyr-rs/saphyr" [lib] name = "saphyr" path = "src/lib.rs" [[example]] name = "dump_yaml" path = "examples/dump_yaml.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "emitter" path = "tests/emitter.rs" [[test]] name = "quickcheck" path = "tests/quickcheck.rs" [[test]] name = "spec_test" path = "tests/spec_test.rs" [[test]] name = "test_round_trip" path = "tests/test_round_trip.rs" [dependencies.arraydeque] version = "0.5.1" [dependencies.encoding_rs] version = "0.8.33" optional = true [dependencies.hashlink] version = "0.8" [dependencies.saphyr-parser] version = "0.0.3" [dev-dependencies.quickcheck] version = "1.0" [features] default = ["encoding"] encoding = ["dep:encoding_rs"] [lints.rust] unsafe_op_in_unsafe_fn = "deny"