# 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 = "deso-sdk" version = "0.1.1" authors = ["Spatium Stories spatium.nfts@gmail.com"] description = "A Rust SDK for Using the Deso Blockchain" documentation = "https://docs.rs/deso" readme = "README.md" keywords = [ "blockchain", "deso", "decentralized", ] categories = [ "blockchain", "social media", ] license = "MIT" repository = "https://github.com/spatiumstories/deso-rust" [dependencies.bitcoin_hashes] version = "0.10.0" [dependencies.bs58] version = "0.5.1" [dependencies.chacha20poly1305] version = "0.9.0" features = ["stream"] [dependencies.crypto_box] version = "0.7.2" [dependencies.dotenv] version = "0.15.0" [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "stream", "json", "multipart", ] default-features = false [dependencies.rust-crypto] version = "0.2.36" [dependencies.secp256k1] version = "0.22.1" features = [ "rand-std", "bitcoin_hashes", "global-context", ] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio-test] version = "0.4.4"