# 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 = "resource-proxy-pingora" version = "0.1.2" authors = ["Wang Wei"] build = false exclude = ["testdata/"] autobins = false autoexamples = false autotests = false autobenches = false description = """ A Pingora module for serving static files """ readme = "README.md" keywords = [ "static", "static-files", "http", "pingora", ] categories = [ "network-programming", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/thegenius/resource-proxy-pingora" [lib] name = "resource_proxy_pingora" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.42" [dependencies.bytes] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.http] version = "1.0" [dependencies.httpdate] version = "1" [dependencies.log] version = "0.4" [dependencies.maud] version = "0.26.0" [dependencies.mime_guess] version = "2.0.4" default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.percent-encoding] version = "2.1" [dependencies.pingora] version = "0.4.0" features = ["proxy"] [dependencies.pingora-core] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.26" [dev-dependencies.const_format] version = "0.2.32" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-log] version = "0.2.13" [dev-dependencies.tokio] version = "1.0"