# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sscrypt" version = "0.5.2" authors = ["Matt Palmer "] include = [ "../LICENCE", "/README.md", "/src/**/*.rs", ] description = "A CLI tool to encrypt service-skeleton secrets" homepage = "https://github.com/mpalmer/service-skeleton" readme = "README.md" keywords = [ "daemon", "service", "signal", "logging", ] categories = [ "command-line-interface", "config", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/mpalmer/service-skeleton" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.secrecy] version = "0.8" [dependencies.strong-box] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.thiserror-ext] version = "0.2"