# 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 = "nest" version = "1.0.0" authors = ["Michael Williams "] description = "Use your filesystem as a nested data store" readme = "../README.md" keywords = ["database", "json", "filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/ahdinosaur/nest" [package.metadata.release] no-dev-version = true pre-release-commit-message = "{{crate_name}}: {{version}} 🐦" pre-release-hook = ["cargo", "test", "-p", "nest"] [[package.metadata.release.pre-release-replacements]] file = "src/lib.rs" replace = "https://docs.rs/nest/{{version}}" search = "https://docs.rs/nest/[a-z0-9\\.-]+" [dependencies.atomicwrites] version = "0.2" [dependencies.indexmap] version = "1" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.mkdirp] version = "0.1" [dependencies.objekt] version = "0.1" [dependencies.serde-hjson] version = "0.9" features = ["preserve_order"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.8" [dependencies.snafu] version = "0.2" [dependencies.toml] version = "0.5" features = ["preserve_order"] [dev-dependencies.assert_fs] version = "0.11" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.version-sync] version = "0.8" [badges.travis-ci] repository = "ahdinosaur/nest"