# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "scouter-server" version = "0.1.2" authors = ["Steven Forrester "] description = "Scouter server for model monitoring" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.cron] version = "0.12.1" [dependencies.futures] version = "0.3.30" [dependencies.include_dir] version = "0.7.3" [dependencies.rdkafka] version = "0.36.2" features = ["cmake-build"] [dependencies.scouter] version = "0.2.1" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.sqlx] version = "0.7.3" features = [ "runtime-async-std-native-tls", "postgres", "chrono", "uuid", ] [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tower-http] version = "0.5.0" features = ["cors"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "json", "time", ] [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.http-body-util] version = "0.1.2" [dev-dependencies.sqlx-cli] version = "0.7.4" features = [ "native-tls", "postgres", ] default-features = false [dev-dependencies.tower] version = "0.4.13" features = ["util"]