# 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 = "hateoas" version = "2.0.0-alpha.3" authors = ["Anders Blenstrup-Pedersen "] description = "HATEOAS implementation for handling structured responses/request" readme = "README.md" categories = [ "HATEOAS", "Response", "Request", ] license = "MIT" repository = "https://github.com/nebula-technologies/hateoas" [dependencies.actix-http] version = "3.2.2" optional = true [dependencies.actix-web] version = "4.2.1" optional = true [dependencies.axum] version = "0.6.1" optional = true [dependencies.axum-core] version = "0.3.0" [dependencies.bytes] version = "1.3.0" [dependencies.derive_more] version = "0.99.17" [dependencies.futures-core] version = "0.3.25" optional = true [dependencies.http] version = "0.2.8" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.railsgun] version = "2.0.1" [dependencies.serde] version = "1.0.143" [dependencies.serde_derive] version = "1.0.149" [dependencies.serde_with] version = "2.0.0" [dependencies.simple_serde] version = "1.0.0-rc1" features = ["http"] optional = true [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dev-dependencies.serde_json] version = "1.0.83" [dev-dependencies.tokio] version = "1.23.0" [dev-dependencies.tower] version = "0.4.13" [features] actix = [ "dep:actix-web", "web-framework-support", "dep:simple_serde", "dep:futures-core", ] axum = [ "dep:axum", "dep:actix-http", "web-framework-support", "dep:simple_serde", "http", ] default = [ "axum", "actix", ] http = ["dep:http"] web-framework-support = []