# 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 = "micro-tower" version = "0.1.0" description = "micro-tower is a framework to generate and manage micro services." readme = "README.md" keywords = [ "io", "async", "non-blocking", "service", "framework", ] categories = [ "asynchronous", "network-programming", ] license = "BSD-2-Clause" repository = "https://gitlab.com/robert-oleynik/micro-tower" [dependencies.bytes] version = "~1.2.1" [dependencies.derive_builder] version = "~0.11.2" [dependencies.futures] version = "~0.3.24" [dependencies.micro-tower-codegen] version = "0.1.0" [dependencies.serde] version = "~1.0.144" features = ["derive"] [dependencies.serde_json] version = "~1.0.85" [dependencies.thiserror] version = "~1.0.34" [dependencies.tokio] version = "~1.21.0" features = ["full"] [dependencies.tokio-util] version = "~0.7.4" [dependencies.tower] version = "~0.4.13" features = ["full"] [dependencies.tracing] version = "~0.1.36" [dev-dependencies.tracing-subscriber] version = "~0.3.15"