# 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 = "serves3" version = "1.1.1" authors = ["Matteo Settenvini "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very simple proxy to browse files from private S3 buckets" homepage = "https://git.montecristosoftware.eu/matteo/serves3" readme = "README.md" keywords = [ "s3", "proxy", "bucket", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "EUPL-1.2" repository = "https://git.montecristosoftware.eu/matteo/serves3.git" [[bin]] name = "serves3" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.human-size] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rocket] version = "0.5" [dependencies.rocket_dyn_templates] version = "0.2.0" features = ["tera"] [dependencies.rust-s3] version = "0.35" features = ["tokio-rustls-tls"] default-features = false [dependencies.serde] version = "1.0" [dependencies.tempfile] version = "3.6" [dev-dependencies.delegate] version = "0.13" [dev-dependencies.futures] version = "0.3" [dev-dependencies.libc] version = "0.2" [dev-dependencies.regex] version = "1.10" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.rstest] version = "0.22" [dev-dependencies.scraper] version = "0.20" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.testcontainers] version = "0.23" [dev-dependencies.testcontainers-modules] version = "0.11" features = ["minio"] [dev-dependencies.tokio] version = "1" features = ["process"]