# 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-cli" version = "1.0.0" authors = ["Drunk Tan "] description = "A cli routable protocol implementation for dce-router" homepage = "https://drunkce.com" documentation = "https://docs.rs/dce-cli" keywords = [ "cli", "router", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/idrunk/dce-rust" [dependencies.async-trait] version = "0.1.73" optional = true [dependencies.dce-macro] version = "1.*" [dependencies.dce-router] version = "1.*" default-features = false [dependencies.dce-util] version = "1.*" [dependencies.log] version = "0.4.20" [features] async = [ "dce-router/async", "async-trait", ] default = ["async"] session = ["dce-router/session"]