# 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-parser" 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_parser" path = "src/lib.rs" [[bin]] name = "dump_events" path = "tools/dump_events.rs" [[bin]] name = "run_parser" path = "tools/run_bench.rs" [[bin]] name = "time_parser" path = "tools/time_parse.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "fuzz" path = "tests/fuzz.rs" [[test]] name = "issues" path = "tests/issues.rs" [[test]] name = "span" path = "tests/span.rs" [[test]] name = "spec_test" path = "tests/spec_test.rs" [[test]] name = "yaml-test-suite" path = "tests/yaml-test-suite.rs" harness = false [dependencies.arraydeque] version = "0.5.1" [dependencies.hashlink] version = "0.8" [dev-dependencies.libtest-mimic] version = "0.3.0" [dev-dependencies.quickcheck] version = "1.0" [features] debug_prints = []