bkapi/bkapi-client/Cargo.toml

23 lines
426 B
TOML
Raw Normal View History

2021-07-28 19:43:13 +00:00
[package]
name = "bkapi-client"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
tracing = "0.1"
2022-03-23 19:25:21 +00:00
tracing-opentelemetry = "0.17"
2021-07-28 19:43:13 +00:00
2022-03-23 19:25:21 +00:00
opentelemetry = "0.17"
opentelemetry-http = "0.6"
2021-07-28 19:43:13 +00:00
futures = "0.3"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }