# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "taml" version = "0.0.11" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", "SECURITY.md"] description = "A kind-to-humans configuration language." homepage = "https://github.com/Tamschi/taml/tree/v0.0.11" documentation = "https://docs.rs/taml/0.0.11" readme = "README.md" keywords = ["structured", "humane", "configuration", "parser"] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/taml" [dependencies.cervine] version = "0.0.6" [dependencies.debugless-unwrap] version = "0.0.4" [dependencies.enum_properties] version = "^0.3.0" [dependencies.gnaw] version = "0.0.2" [dependencies.indexmap] version = "^1.6.2" [dependencies.lazy-transform-str] version = "0.0.6" [dependencies.logos] version = "^0.12.0" [dependencies.smartstring] version = "^0.2.9" [dependencies.syn] version = "^1.0.44" default-features = false [dependencies.tap] version = "1.0.1" [dependencies.try_match] version = "^0.2.2" [dev-dependencies.cargo-husky] version = "^1.5.0" [dev-dependencies.doc-comment] version = "^0.3.3" [dev-dependencies.git_info] version = "^0.1.2" [dev-dependencies.version-sync] version = "^0.9.1" [dev-dependencies.wasm-bindgen-test] version = "^0.3.24" [badges.is-it-maintained-issue-resolution] repository = "Tamschi/taml" [badges.is-it-maintained-open-issues] repository = "Tamschi/taml" [badges.maintenance] status = "experimental"