delphi 0.0.0

Oracle feeder service (presently supporting Terra)
Documentation
[package]
name        = "delphi"
version     = "0.0.0"
description = "Oracle feeder service (presently supporting Terra)"
authors     = ["Tony Arcieri <tony@iqlusion.io>"]
license     = "Apache-2.0"
repository  = "https://github.com/iqlusioninc/delphi"
readme      = "README.md"
edition     = "2018"
keywords    = ["oracle", "terra"]
categories  = ["cryptography::cryptocurrencies"]

[dependencies]
abscissa_core = "0.5"
bytes = "0.5"
gumdrop = "0.7"
http = "0.2"
hyper = "0.13"
hyper-rustls = "0.19"
percent-encoding = "2.1"
serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
thiserror = "1"
tokio = "0.2"

[dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] }
once_cell = "1.2"