# 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" name = "yaml_parser" version = "0.2.2" authors = ["Pig Fang "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Semi-tolerant YAML concrete syntax tree parser." readme = "README.md" keywords = [ "yaml", "parser", ] categories = [ "parser-implementations", "text-processing", ] license = "MIT" repository = "https://github.com/g-plane/pretty_yaml" [lib] name = "yaml_parser" path = "src/lib.rs" [[example]] name = "debug_cst" path = "examples/debug_cst.rs" [dependencies.rowan] version = "0.15" [dependencies.winnow] version = "0.6" [dev-dependencies.insta] version = "1.39" features = ["glob"]