[package] name = "tokio_env" version = "0.1.0" description = "An utility library to configure the tokio runtime via environmental variables" edition = "2018" authors = ["Alexander Becker "] keywords = ["tokio", "async"] categories = ["config", "accessibility"] license = "Apache-2.0" repository = "https://github.com/ZeroTwo-Bot/tokio-env" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "^1", features = ["rt", "rt-multi-thread"] } tokio_env_macro = { version = "0.1.0", path ="./tokio_env_macro" }