# 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] name = "strict-yaml-rust" version = "0.1.2" authors = [ "Yuheng Chen ", "Francis Lalonde ", ] description = "A StrictYAML parser obtained by savagely chopping up the original yaml-rust crate." homepage = "http://fralalonde.github.io/strict-yaml-rust/" documentation = "https://docs.rs/crate/strict-yaml-rust/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/fralalonde/strict-yaml-rust" [dependencies.linked-hash-map] version = "0.5" [dev-dependencies.quickcheck] version = "0.9"