# 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 = "symbol-crypto-core" version = "0.1.1-alpha.2" authors = ["Puppet Black "] exclude = [".gitignore", ".idea/*", "target/*"] description = "Complete Symbol & Nis1 blockchain crypto library implementation." readme = "README.md" keywords = ["symbol", "nis1", "nem", "cryptography", "curve25519"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/BlockPuppets/symbol-crypto-core" [lib] name = "symbol_crypto_core" crate-type = ["lib"] [dependencies.core-crypto] version = "0.1.1-alpha.2" [dependencies.nis1-crypto] version = "0.1.1-alpha.2" optional = true [dependencies.sym-crypto] version = "0.1.1-alpha.2" optional = true [dev-dependencies.hex] version = "0.4" [features] default = ["sym"] full = ["sym", "nis1", "serde", "with_mnemonic"] nis1 = ["nis1-crypto"] serde = ["core-crypto/serde", "sym-crypto/serde", "nis1-crypto/serde"] sym = ["sym-crypto"] with_mnemonic = ["core-crypto/with_mnemonic"]