# 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-type" version = "2.27.0" authors = ["ltpp-universe "] build = false exclude = [ "target", "Cargo.lock", "sh", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions." readme = "README.md" keywords = [ "http", "request", "response", "tcp", "redirect", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/ltpp-universe/http-type.git" [profile.dev] opt-level = 3 lto = true panic = "abort" incremental = true [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "http_type" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.http-constant] version = "1.25.0" [dependencies.lombok-macros] version = "1.7.0" [dependencies.serde] version = "1.0.217" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.135" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.url] version = "2.5.4"