# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stellar-federation" version = "0.2.0" authors = ["Francesco Ceccon "] description = "Library to retrieve information about a Stellar address." documentation = "https://docs.rs/stellar-federation" readme = "README.md" keywords = ["stellar", "blockchain"] license = "Apache-2.0" repository = "https://github.com/aurora-rs/stellar-federation-rs" [dependencies.base64] version = "0.12.3" [dependencies.http] version = "0.2.3" [dependencies.hyper] version = "0.14.2" features = ["client", "http1", "stream"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [dependencies.stellar-base] version = "0.5.0" [dependencies.stellar-toml] version = "0.3.0" [dependencies.thiserror] version = "1.0.20" [dependencies.url] version = "2.1.1" [dev-dependencies.tokio] version = "1.0.2" features = ["full"]