# 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 = "dhatu" version = "0.2.2" exclude = ["tests"] description = "dhatu core libraries" homepage = "https://github.com/zianksm/dhatu/tree/dev/dhatu#readme" readme = "README.md" keywords = [ "substrate", "dhatu", "dhatu-core", "mandala", "blockchain", ] license = "Apache-2.0" resolver = "1" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.parity-scale-codec] version = "3.5.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.17" features = ["json"] [dependencies.rust_decimal] version = "1.30.0" features = ["maths"] [dependencies.schnorrkel] version = "0.9.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.sp-keyring] version = "24.0.0" optional = true [dependencies.subxt] version = "0.32.1" features = ["substrate-compat"] [dependencies.thiserror] version = "1.0.40" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.tokio] version = "1.28.1" features = ["sync"] [dev-dependencies.mockall] version = "0.11.4" [dev-dependencies.mockito] version = "1.0.2" [dev-dependencies.sp-keyring] version = "24.0.0" [features] asset_migration = [] default = [ "tokio", "serde", ] serde = [] sp_keyring = [] subxt = [] tokio = [] unstable = [ "default", "unstable_sp_core", "subxt", "sp-keyring", "asset_migration", ] unstable_sp_core = []