# 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_siren" version = "0.1.0" description = "Support for Siren responses in HTTP APIs" homepage = "https://github.com/sazzer/http_siren/" readme = "README.md" keywords = [ "siren", "http", "hypermedia", "hateoas", ] categories = [ "web-programming::http-server", "api-bindings", ] license = "MIT" repository = "https://github.com/sazzer/http_siren/" resolver = "2" [dependencies.axum] version = "0.5.11" optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.headers-core] version = "0.2.0" [dependencies.http] version = "0.2.8" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" features = ["preserve_order"] [dev-dependencies.assert2] version = "0.3.6" [dev-dependencies.headers] version = "0.3.7" [dev-dependencies.hyper] version = "0.14.20" features = ["full"] [dev-dependencies.insta] version = "1.15.0" [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [features] axum = ["dep:axum"]