# 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 = "pdotc" version = "0.8.1" authors = ["Trevor Arjeski "] description = "A minimal polkadot/westend client" readme = "README.md" keywords = [ "polkadot", "substrate", ] license = "MIT" repository = "https://github.com/trevor-crypto/pdotc" [dependencies.base58] version = "0.2" [dependencies.blake2] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.parity-scale-codec] version = "3.2" features = ["derive"] default-features = false [dependencies.primitive-types] version = "0.12" features = [ "codec", "scale-info", "serde", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sp-core] version = "21.0" features = [ "full_crypto", "serde", ] default-features = false [dependencies.sp-storage] version = "13.0" features = ["serde"] default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.paste] version = "1" [dev-dependencies.ureq] version = "2.3" features = ["json"]