# 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" rust-version = "1.65.0" name = "foxhole" version = "0.4.0" description = "A Blazingly-fast http framework" readme = "README.md" categories = [ "web-programming::http-server", "web-programming", ] license = "MIT" repository = "https://github.com/Kay-Conte/foxhole-rs/" [dependencies.chrono] version = "0.4.35" optional = true [dependencies.http] version = "0.2.9" [dependencies.rustls] version = "0.23.2" [dev-dependencies.rustls-pemfile] version = "2" [features] date = ["chrono"] default = ["date"] tls = []