# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nis1-crypto" version = "0.1.1-alpha.2" authors = ["Puppet Black "] exclude = [".gitignore"] description = "Nem Nis1 Bockchain crypto crate." readme = "README.md" keywords = ["nis1", "nem", "cryptography", "curve25519"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/BlockPuppets/symbol-crypto-core" [lib] name = "nis1_crypto" crate-type = ["lib"] [dependencies.aes] version = "0.7.2" [dependencies.anyhow] version = "1.0" [dependencies.block-modes] version = "0.8.1" [dependencies.core-crypto] version = "0.1.1-alpha.2" [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.serde_crate] version = "1.0" optional = true package = "serde" [dependencies.sha3] version = "0.9" [dependencies.signature] version = "1.3" [dev-dependencies] [features] default = [] serde = ["serde_crate", "serde_bytes"]