# 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 = "drought" version = "0.0.1" description = "The Directive Rougter." license = "MIT" resolver = "1" [dependencies.drought_macros] version = "0.0" optional = true [dependencies.http] version = "0.2" [dependencies.lazy-regex] version = "2.4" [dependencies.tokio] version = "1.24" features = ["rt"] optional = true [features] default = [ "macro", "test", ] macro = ["dep:drought_macros"] test = ["dep:tokio"]