# 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 = "anychain-polkadot" version = "0.1.4" authors = [ "Shawndslee", "cregis.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain" homepage = "https://www.cregis.com" readme = "README.md" keywords = [ "polkadot", "blockchain", "wallet", "transactions", ] categories = ["cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/0xcregis/anychain" [lib] name = "anychain_polkadot" path = "src/lib.rs" [dependencies.anychain-core] version = "0.1.7" [dependencies.base58] version = "0.2" [dependencies.blake2b_simd] version = "1.0.0" [dependencies.ed25519-dalek] version = "2.1.1" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.parity-scale-codec] version = "3.6.5" [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.sp-core] version = "30.0.0"