# 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-horizon" version = "0.7.1" authors = ["Francesco Ceccon "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Stellar Horizon client" documentation = "https://docs.rs/stellar-horizon" readme = "README.md" keywords = [ "stellar", "blockchain", ] license = "Apache-2.0" repository = "https://github.com/aurora-rs/stellar-horizon-rs" [dependencies.async-sse] version = "5.1.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures] version = "0.3.21" [dependencies.http] version = "0.2.6" [dependencies.http-types] version = "2.12.0" [dependencies.hyper] version = "0.14.18" features = [ "client", "http1", "stream", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_with] version = "3.4" [dependencies.stellar-base] version = "0.6.0" default-features = false [dependencies.thiserror] version = "1.0.30" [dependencies.url] version = "2.2.2" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.stellar-base] version = "0.6.0" features = ["sodium_oxide"] [dev-dependencies.tokio] version = "1.17.0" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.8"