# 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_extra" version = "0.0.3" description = "Ahecha extra" homepage = "https://github.com/ahecha-co/ahecha" documentation = "https://docs.rs/ahecha" readme = "README.md" license = "MIT" repository = "https://github.com/ahecha-co/ahecha" [dependencies.ahecha] version = "0.0.12" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "^0.5" features = ["headers"] optional = true [dependencies.axum-extra] version = "^0.3" features = ["typed-routing"] optional = true [dependencies.mime] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.web-sys] version = "0.3.57" features = [ "Document", "Element", "Location", "Node", "Window", ] optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] backend = [ "axum", "axum-extra", ] default = ["backend"] frontend = ["web-sys"]