# 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 = "ahecha_html" version = "0.0.10" description = "Ahecha html" homepage = "https://github.com/ahecha-co/ahecha" documentation = "https://docs.rs/ahecha" readme = "README.md" license = "MIT" repository = "https://github.com/ahecha-co/ahecha" [lib] [dependencies.async-trait] version = "0.1.52" optional = true [dependencies.axum-core] version = "0.2" [dependencies.axum-extra] version = "0.3" features = ["typed-routing"] [dependencies.http] version = "0.2.5" [dependencies.http-body] version = "0.4.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_urlencoded] version = "0.7.1" optional = true [dependencies.time] version = "0.3" features = ["serde-well-known"] optional = true [features] default = [] partials = [ "async-trait", "serde_urlencoded", ]