# 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 = "dce-router" version = "1.0.0" authors = ["Drunk Tan "] description = "A router for all type programming api route." homepage = "https://drunkce.com" documentation = "https://docs.rs/dce-router" readme = "README.md" keywords = [ "router", "dce", "api", ] categories = [ "command-line-interface", "config", "network-programming", ] license = "MIT" repository = "https://github.com/idrunk/dce-rust" [lib] crate-type = ["lib"] [dependencies.async-trait] version = "0.1.77" optional = true [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.dce-util] version = "1.*" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [features] async = ["async-trait"] default = ["async"] session = []