# 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 = "cc_transaction" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for handling cryptocurrency transactions on the Centichain network" documentation = "https://docs.rs/cc_transaction" readme = "README.md" keywords = [ "cryptocurrency", "blockchain", "transactions", "centichain", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/mgharebaghi/cc_transaction" [lib] name = "cc_transaction" path = "src/lib.rs" [dependencies.centichain_keypair] version = "3.2.3" [dependencies.chrono] version = "0.4.38" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.9" features = [ "json", "stream", "rustls-tls", ] default-features = false [dependencies.rust_decimal] version = "^1.35" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "^3.9" [dependencies.sha2] version = "^0.10" [dependencies.sp-core] version = "^34.0"