# 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 = "krypt" version = "0.1.0" authors = ["Justus K. "] description = "Krypt is swiss-army knife for encoding, decoding, encryption, decryption and hashing in the terminal." homepage = "https://github.com/Stupremee/krypt" documentation = "https://docs.rs/krypt" license = "GPL-3.0-only" repository = "https://github.com/Stupremee/krypt" [lib] name = "krypt" path = "src/lib.rs" [[bin]] name = "krypt" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.blake3] version = "0.1.3" [dependencies.clap] version = "2.33.0" [dependencies.data-encoding] version = "2.1.2" [dependencies.digest] version = "0.8.1" [dependencies.hex] version = "0.4.0" [dependencies.hexyl] version = "0.6.0" [dependencies.md-5] version = "0.8.0" [dependencies.md2] version = "0.8.0" [dependencies.md4] version = "0.8.0" [dependencies.sha-1] version = "0.8.2" [dependencies.sha2] version = "0.8.1" [dependencies.sha3] version = "0.8.2" [dependencies.streebog] version = "0.8.0" [dependencies.structopt] version = "0.3.9"