# 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 = "zhou" version = "0.1.2" exclude = ["examples/*"] description = "A short description of my package" homepage = "https://serde.rs/" readme = "readme.md" keywords = [ "web", "framework", "json", "http", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT" repository = "https://github.com/mojocn/zhou" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.ascii] version = "1" [dependencies.httpdate] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" features = [ "std", "formatting", "macros", "parsing", ]