# 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 = "jams-serve" version = "0.1.31" build = false exclude = ["./assets"] autobins = false autoexamples = false autotests = false autobenches = false description = "jams-serve provides a http and gRPC API for jams-core." homepage = "https://github.com/gagansingh894/jams-rs" readme = "README.md" keywords = [ "machine-learning", "deep-learning", "mlops", ] license = "Apache-2.0" repository = "https://github.com/gagansingh894/jams-rs/tree/main/jams-serve" resolver = "1" [lib] name = "jams_serve" crate-type = ["lib"] path = "src/lib.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.7" [dependencies.jams-core] version = ">=0.2.12" [dependencies.jams-proto] version = "0.1" [dependencies.log] version = "0.4.21" [dependencies.opentelemetry] version = "0.22.0" [dependencies.opentelemetry-otlp] version = "0.15.0" [dependencies.opentelemetry-semantic-conventions] version = "0.15.0" [dependencies.opentelemetry_sdk] version = "0.22.1" features = [ "rt-tokio", "trace", ] [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", "signal", ] [dependencies.toml] version = "0.8.19" [dependencies.tonic] version = "0.11" [dependencies.tonic-reflection] version = "0.11.0" [dependencies.tower-http] version = "0.5" features = ["trace"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-opentelemetry] version = "0.23.0" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ]