# 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 = "mosec" version = "0.9.0" authors = [ "Keming ", "Zichen ", ] build = false exclude = [ "target", "examples", "tests", "scripts", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Model Serving made Efficient in the Cloud." documentation = "https://docs.rs/mosec" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mosecorg/mosec" [[bin]] name = "mosec" path = "src/main.rs" [dependencies.async-channel] version = "2.2" [dependencies.async-stream] version = "0.3.6" [dependencies.axum] version = "0.7" features = [ "matched-path", "original-uri", "query", "tokio", "http1", "http2", ] default-features = false [dependencies.bytes] version = "1" [dependencies.derive_more] version = "1" features = [ "display", "error", "from", ] [dependencies.prometheus-client] version = "0.22" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", "macros", "sync", "signal", "io-util", ] [dependencies.tower] version = "0.5.1" [dependencies.tower-http] version = "0.6.1" features = [ "compression-zstd", "decompression-zstd", "compression-gzip", "decompression-gzip", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "local-time", "json", ] [dependencies.utoipa] version = "5" [dependencies.utoipa-swagger-ui] version = "8" features = ["axum"]