# 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 = "tower_type_steer" version = "0.1.0" authors = ["Arthur Carcano"] description = "Steer (aka route, aka dispatch) request to service based on their types." readme = "README.md" license = "MIT" repository = "https://github.com/krtab/tower_type_steer" [dependencies.futures-util] version = "0.3.30" [dependencies.serde] version = "1.0.210" optional = true default-features = false [dependencies.serde_json] version = "1.0.128" optional = true default-features = false [dependencies.tower-layer] version = "0.3.3" [dependencies.tower-service] version = "0.3.3" [dev-dependencies.futures] version = "0.3.30" features = ["executor"] default-features = false [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.tower] version = "0.5.1" features = ["util"] [features] default = ["json"] json = [ "serde_json", "serde", ] serde = ["dep:serde"] serde_json = [ "dep:serde_json", "serde_json/alloc", ]