# 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 = "sheesy-tools" version = "4.0.11" authors = ["Sebastian Thiel "] description = "Tooling to make using shared secrets effortless." homepage = "https://github.com/share-secrets-safely/cli/tree/master/lib/tools" documentation = "https://docs.rs/sheesy-tools" license = "MIT" repository = "https://github.com/share-secrets-safely/cli" [lib] doctest = false [dependencies.atty] version = "0.2.14" optional = true [dependencies.base64] version = "0.12.0" optional = true [dependencies.failure] version = "0.1.7" [dependencies.glob] version = "0.3" optional = true [dependencies.handlebars] version = "3.0.1" optional = true [dependencies.liquid] version = "0.19" optional = true [dependencies.liquid-error] version = "0.19.0" optional = true [dependencies.serde] version = "1.0.106" optional = true [dependencies.serde_json] version = "1.0.51" [dependencies.serde_yaml] version = "0.8.11" [dependencies.treediff] version = "4.0.0" features = ["with-yaml-rust", "with-serde-json"] optional = true [dependencies.yaml-rust] version = "0.4.3" optional = true [features] default = ["substitute", "process"] process = ["yaml-rust", "glob", "treediff", "serde"] substitute = ["base64", "atty", "handlebars", "liquid", "liquid-error", "yaml-rust"]