# 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 = "delphi" version = "0.0.5" authors = ["Tony Arcieri ", "Kristi Põldsam ", "Zaki Manian ", "Shella Stephens "] description = "Oracle feeder service (presently supporting Terra)" readme = "README.md" keywords = ["oracle", "terra"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/delphi" [dependencies.abscissa_core] version = "=0.6.0-pre.1" [dependencies.abscissa_tokio] version = "=0.6.0-pre.1" [dependencies.bytes] version = "1" [dependencies.csv] version = "1.1" [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.gumdrop] version = "0.7" [dependencies.iqhttp] version = "0.1" features = ["json", "proxy"] [dependencies.once_cell] version = "1" [dependencies.percent-encoding] version = "2.1" [dependencies.rand] version = "0.8" [dependencies.rust_decimal] version = "1" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.9" [dependencies.stdtx] version = "0.5" [dependencies.tendermint] version = "0.20" [dependencies.tendermint-rpc] version = "0.20" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.warp] version = "0.3" [dev-dependencies.abscissa_core] version = "=0.6.0-pre.1" features = ["testing"]