# 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" rust-version = "1.63.0" name = "pwr-rs" version = "0.2.8" authors = ["Hamid R. K. Pishghadam "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ PWR Chain Rust Tool """ homepage = "https://pwrlabs.io/" readme = "README.md" keywords = [ "pwr", "sdk", "tool", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pwrlabs/pwrrs" [lib] name = "pwr_rs" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [dependencies.borsh] version = "1.5" features = ["derive"] optional = true [dependencies.hex] version = "0.4.3" [dependencies.k256] version = "0.13" features = [ "ecdsa", "alloc", ] default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.reqwest] version = "0.12.5" features = ["json"] optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" optional = true [dependencies.sha3] version = "0.10.8" [dependencies.url] version = "2.5.0" optional = true [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] borsh = ["dep:borsh"] default = [ "rpc", "rand", ] rand = ["dep:rand"] rpc = [ "dep:serde_json", "dep:url", "dep:reqwest", ]