# 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 = "2018" name = "clia-ntex-cors-mod" version = "0.4.0" authors = ["ntex contributors "] description = "A mod to ntex-cors, not requiring an 'ORIGIN' header to produce CORS header." homepage = "https://ntex.rs" documentation = "https://docs.rs/clia-ntex-cors-mod/" readme = "README.md" keywords = [ "ntex", "web", ] license = "MIT" repository = "https://github.com/clia-mod/ntex-extras.git" [lib] name = "clia_ntex_cors_mod" path = "src/lib.rs" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.ntex] version = "0.7.0" [dev-dependencies.ntex] version = "0.7.0" features = ["tokio"]