# 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 = "http_halforms" version = "0.2.0" description = "Support for HAL and HAL-FORMS responses in HTTP APIs" homepage = "https://github.com/sazzer/http_halforms/" readme = "README.md" keywords = [ "http", "hal", "halforms", ] categories = [ "web-programming::http-server", "api-bindings", ] license = "MIT" repository = "https://github.com/sazzer/http_halforms/" [dependencies.axum] version = "0.7.1" optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.headers-core] version = "0.3.0" [dependencies.http] version = "1.0.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" features = ["preserve_order"] [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.axum-test] version = "14.0.0-rc.1" [dev-dependencies.headers] version = "0.4.0" [dev-dependencies.hyper] version = "1.0.1" features = ["full"] [dev-dependencies.insta] version = "1.34.0" features = ["json"] [dev-dependencies.tokio] version = "1.34.0" features = ["full"] [features] axum = ["dep:axum"]