# 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 = "blaze" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "blazing fast http framework" readme = "README.md" license = "MIT" [lib] name = "blaze" path = "lib.rs" [dependencies.blaze-macros] version = "0.1.3" [dependencies.derive_more] version = "1.0.0" features = [ "display", "error", "from", "deref", "deref_mut", ] [dependencies.http] version = "1.1.0" [dependencies.mime] version = "0.3.17" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.time] version = "0.3.36" features = ["formatting"] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40"