# 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 = "substrate-crypto-light" version = "0.1.0" authors = [ "Alexander Slesarev ", "Vera Abramova ", ] build = false exclude = [ "/for_tests", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptographic code for Substrate chains in pure rust with better baremetal support" homepage = "https://github.com/Alzymologist/substrate-crypto-light" documentation = "https://docs.rs/substrate-crypto-light" readme = "README.md" keywords = [ "no_std", "crypto", "substrate", "polkadot", ] license = "GPL-3.0-or-later" repository = "https://github.com/Alzymologist/substrate-crypto-light" [lib] name = "substrate_crypto_light" path = "src/lib.rs" [dependencies.base58] version = "0.2.0" [dependencies.blake2b_simd] version = "1.0.2" default-features = false [dependencies.ed25519-zebra] version = "4.0.3" optional = true default-features = false [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.13.3" features = [ "alloc", "ecdsa", ] optional = true default-features = false [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] default-features = false [dependencies.parity-scale-codec] version = "3.6.9" features = ["derive"] default-features = false [dependencies.pbkdf2] version = "0.12.2" default-features = false [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dependencies.regex] version = "1.10.3" default-features = false [dependencies.schnorrkel] version = "0.11.4" optional = true default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.zeroize] version = "1.7.0" features = ["derive"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.mnemonic-external] version = "0.1.0" [dev-dependencies.sp-core] version = "34.0.0" [features] default = [ "ed25519", "ecdsa", "sr25519", "std", ] ecdsa = ["k256"] ed25519 = ["ed25519-zebra"] sr25519 = [ "rand_core", "schnorrkel", ] std = ["schnorrkel/std"]