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