# 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 = "novax-services" version = "0.0.21" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a combine set of services protocol" readme = "README.md" license = "Apache-2.0" [lib] name = "novax_services" path = "src/lib.rs" [dependencies.axum] version = "0.7.5" features = [ "multipart", "macros", ] [dependencies.futures] version = "0.3.30" [dependencies.novax-log] version = "0.0.2" [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tonic] version = "0.12.1" [dependencies.tower-http] version = "0.5.2" features = ["cors"] [build-dependencies.tonic-build] version = "0.12.1" features = ["prost"] [features] default = ["grpc"] grpc = [] http = []