# 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 = "enprot" version = "0.3.1" authors = ["Ribose Inc. "] autotests = false description = "enprot command line tool for Engyon" keywords = ["encryption", "engyon"] categories = ["command-line-utilities", "cryptography"] license = "BSD-2-Clause" repository = "https://github.com/riboseinc/enprot" [[bin]] name = "enprot" path = "src/main.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.aes] version = "0.3.2" [dependencies.aes-gcm-siv] version = "0.3.0" [dependencies.block-cipher-trait] version = "0.6.2" [dependencies.botan] version = "0.6.0" [dependencies.clap] version = "2.33.0" [dependencies.hex] version = "0.3" [dependencies.num] version = "0.2.0" [dependencies.phc] version = "0.2.0" [dependencies.phf] version = "0.8.0" features = ["macros"] [dependencies.rpassword] version = "2" [dev-dependencies.assert_cmd] version = "0.11" [dev-dependencies.cpu-time] version = "1.0.0" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.tempfile] version = "3.1.0"