[package] name = "stellar-toml" version = "0.3.0" authors = ["Francesco Ceccon "] edition = "2018" description = "Library to retrieve and parse stellar.toml files." license = "Apache-2.0" documentation = "https://docs.rs/stellar-toml" repository = "https://github.com/aurora-rs/stellar-toml-rs" readme = "README.md" keywords = ["stellar", "blockchain"] [dependencies] stellar-base = "0.5.0" hyper = { version = "0.14.2", features = ["client", "http1", "stream"] } hyper-tls = "0.5.0" http = "0.2.3" serde = "1.0.114" serde_derive = "1.0.114" serde_with = { version = "1.5.0-alpha.1", features = ["default"] } thiserror = "1.0.20" toml = "0.5.6" [dev-dependencies] tokio = { version = "1.0.2", features = ["full"] }