# 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 = "s3ftp" version = "0.3.3" authors = ["Thomas Nicollet "] build = false include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FTP server using AWS S3 as a backend among other features" homepage = "https://github.com/nwmqpa/s3ftp" readme = "README.md" keywords = [ "ftp", "s3", "aws", "cloud", "ssl", ] categories = [ "command-line-utilities", "filesystem", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/nwmqpa/s3ftp" [[bin]] name = "s3ftp" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.aws-config] version = "0.56.0" [dependencies.aws-sdk-s3] version = "0.29.0" [dependencies.axum] version = "0.6.19" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.3.19" features = [ "derive", "env", ] [dependencies.dotenv] version = "0.15.0" features = ["clap"] [dependencies.instant-acme] version = "0.4.0" [dependencies.libunftp] version = "0.18.9" [dependencies.once_cell] version = "1.19.0" [dependencies.openssl] version = "0.10.66" [dependencies.rcgen] version = "0.11.1" [dependencies.serde_json] version = "1.0.104" [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-util] version = "0.7.8" features = ["net"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.unftp-sbe-fs] version = "0.2.0" [badges.maintenance] status = "actively-developed"