bkapi/bkapi-client/Cargo.toml
2021-12-08 23:31:29 -05:00

23 lines
426 B
TOML

[package]
name = "bkapi-client"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
tracing = "0.1"
tracing-opentelemetry = "0.16"
opentelemetry = "0.16"
opentelemetry-http = "0.5"
futures = "0.3"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }