# 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 = "pillow-http" version = "0.4.2" authors = ["SummaryPuppet"] description = "http in pillow" homepage = "https://github.com/SummaryPuppet/pillow_framework" documentation = "https://github.com/SummaryPuppet/pillow_framework" readme = "./README.md" categories = ["web:programming::http-server"] license = "MIT" repository = "https://github.com/SummaryPuppet/pillow_framework" resolver = "1" [dependencies.chrono] version = "0.4.23" [dependencies.futures] version = "0.3.25" [dependencies.futures-util] version = "0.3.26" [dependencies.handlebars] version = "4.3.6" [dependencies.httparse] version = "1.8.0" [dependencies.pillow-fs] version = "4.0.2" [dependencies.pillow-templates] version = "0.4.1" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.159" [dependencies.serde_json] version = "1.0.91"