# 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 = "enard" version = "0.1.1" authors = ["bindernews"] description = "Implementation of the enard container format" keywords = [ "crypto", "stream-cipher", "container", ] license = "MIT" repository = "https://github.com/bindernews/enard" resolver = "2" [profile.release] lto = "thin" [dependencies.byteorder] version = "1.4" [dependencies.chacha20] version = "0.9" optional = true [dependencies.cipher] version = "0.4" [dependencies.crypto-common] version = "0.1" [dependencies.delegate] version = "0.7" [dependencies.digest] version = "0.10" features = [ "mac", "core-api", "std", ] [dependencies.hmac] version = "0.12" features = ["reset"] [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.sha2] version = "0.10" [dependencies.subtle] version = "2.4" [dependencies.thiserror] version = "1.0" [dependencies.zeroize] version = "1.5" [features] chacha = ["chacha20"] default = ["chacha"] random = ["rand"]