# 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 = "stellar-rs" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A Rust SDK for the Stellar network. """ homepage = "https://github.com/Baseflow/stellar-rust-sdk" documentation = "https://docs.rs/stellar-rs" readme = "README.md" keywords = [ "Stellar", "SDK", "Horizon", "Blockchain", "Cryptocurrency", ] categories = [ "cryptography", "network-programming", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/Baseflow/stellar-rust-sdk" [lib] name = "stellar_rs" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.derive-getters] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.stellar-xdr] version = "21.2.0" features = ["base64"] [dependencies.stellar_rust_sdk_derive] version = "1.0.0" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.url] version = "2.5.2"