0e8f1ca03a
Добавить структурированные журналы, метрики, трассировку и безопасный канал критических ошибок. Усилить границы рантайма, тесты, проверку зависимостей и сценарии развёртывания.
29 lines
718 B
TOML
29 lines
718 B
TOML
[package]
|
|
name = "crank-adapter-rest"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
crank-core = { path = "../crank-core" }
|
|
crank-trace = { path = "../crank-trace" }
|
|
futures-util = "0.3"
|
|
metrics.workspace = true
|
|
opentelemetry.workspace = true
|
|
reqwest = { workspace = true, features = ["stream"] }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
tracing-opentelemetry.workspace = true
|
|
|
|
[dev-dependencies]
|
|
axum.workspace = true
|
|
opentelemetry_sdk.workspace = true
|
|
tokio.workspace = true
|
|
tracing-subscriber.workspace = true
|