# 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 = "ratpack" version = "0.1.4" authors = [ "Erik Hollensbe ", "Adam Ierymenko ", ] description = "ratpack is a HTTP framework designed around simplicity and ease-of-use" homepage = "https://github.com/zerotier/ratpack" license = "BSD-3-Clause" repository = "https://github.com/zerotier/ratpack" resolver = "2" [dependencies.async-recursion] version = "^1" [dependencies.http] version = "^0.2" [dependencies.hyper] version = "^0.14" features = [ "http1", "http2", "server", "runtime", "tcp", "stream", ] [dependencies.log] version = "^0.4" optional = true [dependencies.tokio] version = "^1" features = ["full"] [dependencies.tokio-rustls] version = "^0.23" optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.webpki] version = "^0.22" optional = true [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.log] version = "^0.4" [dev-dependencies.tracing-subscriber] version = "0.2" [features] default = ["logging"] logging = ["log"] tls = [ "tokio-rustls", "webpki", ] trace = ["tracing"] unix = []