# 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 = "tower-http-cors-config" version = "0.1.2" authors = ["Tom Harmon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deserializable config types for tower_http::cors" readme = "README.md" keywords = [ "tower", "tower_http", "cors", ] license = "MIT" repository = "https://github.com/tomharmon/tower-http-cors-config" resolver = "2" [lib] name = "tower_http_cors_config" path = "src/lib.rs" [dependencies.http] version = "1.1.0" [dependencies.humantime-serde] version = "1.1.1" optional = true [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" optional = true [dependencies.tower-http] version = "0.5.2" features = ["cors"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_yaml] version = "0.9.34" [features] default = [] serde = [ "dep:humantime-serde", "dep:serde", ]