# 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 = "tailsrv" version = "0.9.2" authors = ["Alex Sayers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance file-streaming server" readme = "README.md" license = "Unlicense" repository = "https://github.com/asayers/tailsrv" [[bin]] name = "tailsrv" path = "src/main.rs" [[example]] name = "loadtest" path = "examples/loadtest.rs" [[example]] name = "tscat" path = "examples/tscat.rs" [[example]] name = "tssync" path = "examples/tssync.rs" [dependencies.bpaf] version = "0.9.15" features = ["derive"] [dependencies.rustix] version = "0.38.42" features = [ "fs", "mm", "pipe", ] [dependencies.rustix-uring] version = "0.2.0" [dependencies.sd-notify] version = "0.4" optional = true [dependencies.tracing] version = "0.1.41" [dependencies.tracing-journald] version = "0.3" optional = true [dependencies.tracing-subscriber] version = "0.3.19" features = ["env-filter"] [dev-dependencies.fd-lock] version = "4.0.2" [dev-dependencies.liveterm] version = "0.3.0" [dev-dependencies.net2] version = "0.2.39" [features] systemd = [ "tracing-journald", "sd-notify", ]