# 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-endpoint" version = "0.6.0" authors = ["Daniel Mueller "] description = """ Declarative specification of HTTP endpoints. """ homepage = "https://github.com/d-e-s-o/http-endpoint" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/http-endpoint.git" [dependencies.http] version = "1.1" features = ["std"] default-features = false [dev-dependencies.http-body-util] version = "0.1" default-features = false [dev-dependencies.hyper] version = "1.4" features = [ "client", "http1", ] default-features = false [dev-dependencies.hyper-tls] version = "0.6" default-features = false [dev-dependencies.hyper-util] version = "0.1.3" features = [ "client", "client-legacy", "http1", "tokio", ] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0.45" features = ["std"] default-features = false [dev-dependencies.test-log] version = "0.2.14" features = [ "log", "trace", ] [dev-dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "macros", ] default-features = false [dev-dependencies.url] version = "2.0" default-features = false