# 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-subset" version = "0.1.18" authors = ["Jesse Hoobergs "] include = [ "src/**/*.rs", "src/*.pest", "Cargo.toml", ] description = "A subset of yaml used in rumbas" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/m8rex/yaml-subset" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.pest] version = "2.5.1" [dependencies.pest_consume] version = "1.1.3" [dependencies.pest_derive] version = "2.5.1" [dependencies.regex] version = "1" [dev-dependencies.insta] version = "1.23.0"