# 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 = "0.2.0" autobenches = true 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", "blockchain", "cryptocurrency", ] license = "MIT" repository = "https://github.com/Baseflow/stellar-rust-sdk" [dependencies.base64] version = "0.21.4" [dependencies.chrono] version = "0.4.31" [dependencies.derive-getters] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.stellar-xdr] version = "20.0.0" features = ["base64"] [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.url] version = "2.2.2"