# 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 = "libqabu" version = "0.2.9" authors = ["h "] autobins = false autoexamples = false autotests = false autobenches = false description = "A auditable and versitile Rust cryptography library." readme = "README.md" license = "GPL-3.0" repository = "https://hazna.22h49.one/libqabu/about.html" [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false rpath = false panic = "abort" incremental = false strip = true [profile.test] opt-level = 3 [dev-dependencies.rand] version = "0.8.3" [features] all = [ "ciphers", "digests", "modes", "shred", "std", "apn", ] apn = [] aria = [] assymetric_ciphers = ["apn"] block_ciphers = [ "rijndael", "des", "twofish", "aria", "threefish", "blowfish", "camellia", ] blowfish = [] camellia = [] cbc = [] cfb = [] chacha20 = [] ciphers = [ "block_ciphers", "stream_ciphers", ] ctr = [] des = [] desede = ["des"] digests = ["md5"] ecb = [] md5 = [] modes = [ "ecb", "cbc", "cfb", "ctr", "ofb", "pcbc", ] ofb = [] pcbc = [] rijndael = [] salsa20 = [] shred = [] std = [] stream_ciphers = [ "salsa20", "chacha20", ] threefish = [] twofish = []