# 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 = "r-tftpd-proxy" version = "0.1.1" description = "Helper module which implements http proxy support for r-tftpd" homepage = "https://github.com/ensc/r-tftpd" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab-ext.sigma-chemnitz.de/ensc/r-tftpd" [dependencies.bitflags] version = "2" [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0" [dependencies.httpdate] version = "1" [dependencies.lazy_static] version = "1" [dependencies.nix] version = "0" [dependencies.reqwest] version = "0" features = [ "default-tls", "gzip", "brotli", "deflate", "socks", ] default-features = false [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "time", "net", "macros", ] default-features = false [dependencies.tracing] version = "0" [dependencies.url] version = "2" [features] legacy_rust_175 = []