# 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] name = "rustysecrets-cli" version = "0.2.0" authors = ["Romain Ruetschi "] build = "build.rs" description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing" homepage = "https://github.com/SpinResearch/rustysecrets-cli" documentation = "https://github.com/SpinResearch/rustysecrets-cli#readme" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/SpinResearch/rustysecrets-cli" [package.metadata.release] dev-version-ext = "pre" pre-release-commit-message = "Release version {{version}}" pro-release-commit-message = "Bump version to {{version}}" sign-commit = true tag-message = "Release version {{version}}" tag-prefix = "v" upload-doc = false [profile.release] lto = true [[bin]] name = "rustysecrets" path = "src/main.rs" [dependencies.clap] version = "^2.26" [dependencies.colored] version = "^1.5" [dependencies.error-chain] version = "^0.11.0" [dependencies.log] version = "^0.4" features = ["std"] [dependencies.mime] version = "^0.3" [dependencies.rusty_secrets] version = "=0.2.1" [dev-dependencies.colored] version = "^1.5" [dev-dependencies.tempdir] version = "^0.3" [build-dependencies.clap] version = "^2.26" [build-dependencies.git-build-version] version = "^0.1" [build-dependencies.mime] version = "^0.3"