# 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 = "ftp-web" version = "0.1.3" authors = ["ahaoboy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ftp-web" homepage = "https://github.com/ahaoboy/ftp-web" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/ftp-web" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "ftp-web" path = "src/main.rs" [dependencies.axum] version = "0.7" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.fast_qr] version = "0.12.5" [dependencies.fileinfo] version = "0.1.1" [dependencies.find_port] version = "0.1.0" [dependencies.local-ip-address] version = "0.6.1" [dependencies.regex] version = "1.5" [dependencies.suppaftp] version = "6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower-http] version = "0.5.0" features = ["cors"]