# 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" rust-version = "1.56.1" name = "zcash_note_encryption" version = "0.4.0" authors = [ "Jack Grigg ", "Kris Nuttycombe ", ] description = "Note encryption for Zcash transactions" homepage = "https://github.com/zcash/librustzcash" readme = "README.md" categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/librustzcash" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] bench = false [dependencies.chacha20] version = "0.9" default-features = false [dependencies.chacha20poly1305] version = "0.10" default-features = false [dependencies.cipher] version = "0.4" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.subtle] version = "2.3" default-features = false [features] alloc = [] default = ["alloc"] pre-zip-212 = []