# 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-files" version = "0.3.0" authors = ["ntex contributors "] description = "Static files support for ntex web." homepage = "https://ntex.rs" documentation = "https://docs.rs/clia-ntex-files/" readme = "README.md" keywords = [ "ntex", "http", "async", "futures", ] categories = [ "asynchronous", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/clia/ntex-extras.git" [lib] name = "clia_ntex_files" path = "src/lib.rs" [dependencies.bitflags] version = "2.1" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.httpdate] version = "1.0.2" [dependencies.language-tags] version = "0.3.2" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0.1" [dependencies.ntex] version = "0.7.0" [dependencies.ntex-http] version = "0.1.8" [dependencies.percent-encoding] version = "2.1" [dependencies.unicase] version = "2.6.0" [dependencies.v_htmlescape] version = "0.15.8" [dev-dependencies.ntex] version = "0.7.0" features = [ "tokio", "openssl", "compress", ]