[package] name = "drought" description = "The Directive Rougter." version = "0.0.1" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.2" drought_macros = { version = "0.0", optional = true } lazy-regex = "2.4" tokio = { version = "1.24", optional = true, features = [ "rt" ] } [features] default = ["macro", "test"] macro = ["dep:drought_macros"] test = ["dep:tokio"]