# 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 = "hermione" version = "0.7.1" authors = ["Jonathan E. Magen ", "Egli Hila "] exclude = ["assets", "example-package", "public"] description = "Competent magic for your config files and more" homepage = "https://www.hermione.dev" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/yonkeltron/hermione" [[bin]] name = "herm" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.directories] version = "2.0.2" [dependencies.duckscript] version = "0.3.1" [dependencies.duckscriptsdk] version = "0.3.3" [dependencies.fs_extra] version = "1.1.0" [dependencies.git2] version = "0.11" [dependencies.lockfile] version = "0.2.2" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.paris] version = "1.5" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_yaml] version = "0.8.11" [dependencies.tera] version = "1.0.2" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9" [dev-dependencies.scopeguard] version = "1.0"