# 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 = "false-bottom" version = "0.3.4" authors = ["K Shiva Kiran "] description = "A deniable encryption scheme" readme = "README.md" keywords = ["deniable"] categories = ["cryptography"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/skran/false-bottom" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "export" required-features = ["base64"] [[bench]] name = "bench" harness = false [dependencies.base64] version = "0.21.7" optional = true [dependencies.bincode] version = "1.3.3" [dependencies.crypto-bigint] version = "0.5.5" features = ["generic-array"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.199" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1"