# 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 = "cpchain-rust-sdk" version = "0.1.20" include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Rust SDK for CPChain Ecosystem" homepage = "https://cpchain.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cpchain/cpchain-rust-sdk" [dependencies.aes] version = "0.8.2" [dependencies.cpc-bip39] version = "0.1.0" [dependencies.ctr] version = "0.9.2" [dependencies.elliptic-curve] version = "0.12.3" features = ["arithmetic"] [dependencies.headers] version = "0.3.8" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.hmac] version = "0.12.1" features = [ "std", "reset", ] [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.log] version = "0.4.17" [dependencies.num-bigint] version = "0.4.3" [dependencies.pbkdf2] version = "0.11.0" [dependencies.primitive-types] version = "0.12.1" features = [ "scale-info", "serde", ] [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" [dependencies.rlp] version = "0.5.2" [dependencies.scrypt] version = "0.10.0" default-features = false [dependencies.secp256k1] version = "0.21" features = [ "rand-std", "recovery", ] [dependencies.serde] version = "1.0.150" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0.89" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.21.2" [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.web3] version = "0.18.0" [features]