# 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 = "bebrohide" version = "0.1.3" description = "Simple CLI to hide file inside another one" readme = "README.md" keywords = [ "bebra", "hide", "bebrohide", "file", "cli", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Huterok228/bebrohide" [[bin]] name = "bebrohide" path = "src/main.rs" doc = false [dependencies.aes-gcm] version = "0.10.2" [dependencies.anyhow] version = "1.0.75" [dependencies.argon2] version = "0.5.1" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.2" [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.188" features = ["derive"]