# 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" version = "0.3.3" authors = ["Enrico Scholz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TFTP server with RFC 7440 windowsize support" homepage = "https://github.com/ensc/r-tftpd" readme = "README.md" keywords = [ "tftp", "rfc7440", "tftp-server", ] license = "GPL-3.0-or-later" repository = "https://gitlab-ext.sigma-chemnitz.de/ensc/r-tftpd" [profile.release] lto = true codegen-units = 1 [[bin]] name = "r-tftpd" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "color", "std", ] [dependencies.lazy_static] version = "1" [dependencies.listenfd] version = "1" [dependencies.nix] version = "0" features = [ "socket", "uio", "net", "socket", ] default-features = false [dependencies.num-format] version = "0" features = ["with-system-locale"] [dependencies.r-tftpd-proxy] version = "0" optional = true [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "time", "net", "macros", "signal", ] default-features = false [dependencies.tracing] version = "0" [dependencies.tracing-subscriber] version = "0" features = [ "json", "env-filter", ] [dependencies.url] version = "2" [dev-dependencies.rand] version = "0" features = ["min_const_gen"] [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "rt", "time", "net", "macros", "process", ] default-features = false [features] default = ["proxy"] legacy_rust_175 = [] proxy = ["r-tftpd-proxy"]