bkapi/bkapi-client/Cargo.toml

25 lines
462 B
TOML
Raw Normal View History

2021-07-28 19:43:13 +00:00
[package]
name = "bkapi-client"
2023-02-11 03:01:24 +00:00
version = "0.2.0"
2021-07-28 19:43:13 +00:00
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
2023-02-11 03:00:42 +00:00
publish = false
2021-07-28 19:43:13 +00:00
[dependencies]
tracing = "0.1"
2022-10-13 02:20:35 +00:00
tracing-opentelemetry = "0.18"
2021-07-28 19:43:13 +00:00
2022-10-13 02:20:35 +00:00
opentelemetry = "0.18"
opentelemetry-http = "0.7"
2021-07-28 19:43:13 +00:00
futures = "0.3"
reqwest = { version = "0.11", features = ["json"] }
2023-02-11 03:00:42 +00:00
async-nats = "0.27"
2021-07-28 19:43:13 +00:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }