# 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 = "spring-stream" version = "0.2.1" authors = ["holmofy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust microservice framework" readme = "README.md" license = "MIT" repository = "https://github.com/holmofy/spring-rs" [lib] name = "spring_stream" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.inventory] version = "0.3.15" [dependencies.schemars] version = "0.8.21" [dependencies.sea-streamer] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.spring] version = "0.2" [dependencies.spring-macros] version = "0.2" [dependencies.tracing] version = "0.1.40" features = ["log"] [features] default = [ "sea-streamer/runtime-tokio", "sea-streamer/socket", ] file = ["sea-streamer/file"] json = [ "sea-streamer/json", "serde_json", ] kafka = ["sea-streamer/kafka"] redis = ["sea-streamer/redis"] stdio = ["sea-streamer/stdio"]