# 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 = "stacks-rpc-client" version = "2.0.0" description = "HTTP Client for the Stacks blockchain" license = "GPL-3.0" [dependencies.clarity_repl] version = "2" features = ["sdk"] default-features = false package = "clarity-repl" [dependencies.hmac] version = "0.12.0" [dependencies.libsecp256k1] version = "0.7.0" [dependencies.pbkdf2] version = "0.12.2" features = ["simple"] default-features = false [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10.0" [dependencies.tiny-hderive] version = "0.3.0"