# 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 = "yadacha" version = "0.0.5" exclude = ["/web"] description = "yadacha is a symmetric cipher that combines chacha20 and very large private keys" homepage = "https://yadacha.com/" readme = "README.md" keywords = [ "crypto", "cryptography", "cli", "no_std", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kilncore/yadacha" [lib] name = "yadacha" path = "src/lib.rs" [[bin]] name = "yadacha" path = "src/main.rs" required-features = ["cli"] [[example]] name = "ytest" [dependencies.getrandom] version = "0.2.10" optional = true [dependencies.memmap] version = "0.7.0" optional = true [dev-dependencies.getrandom] version = "0.2.10" [dev-dependencies.rug] version = "1.22.0" [features] cli = [ "getrandom", "memmap", ]