# 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 = "core-crypto" version = "0.1.1-alpha.2" authors = ["Puppet Black "] exclude = [".gitignore"] description = "Symbol & Nis1 Crypto Core crate." readme = "README.md" keywords = ["symbol", "nis1", "nem", "cryptography", "curve25519"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/BlockPuppets/symbol-crypto-core" [dependencies.anyhow] version = "1.0" [dependencies.bip39] version = "1.0.1" features = ["rand"] optional = true [dependencies.curve25519-dalek] version = "3.1.0" [dependencies.ed25519-dalek] version = "^1.0.1" [dependencies.fixed-hash] version = "0.3" [dependencies.hex] version = "0.4.2" [dependencies.rand] version = "0.7" default-features = false [dependencies.regex] version = "^1" [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"] with_mnemonic = ["bip39"]