# 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 = "filespooler" version = "1.2.3" authors = ["John Goerzen "] description = "Sequential, distributed, POSIX-style job queue processing" homepage = "https://www.complete.org/filespooler/" readme = "README.md" keywords = [ "shell", "processes", "distributed", "queues", ] categories = [ "command-line-utilities", "filesystem", "data-structures", ] license = "GPL-3.0+" repository = "https://salsa.debian.org/jgoerzen/filespooler" [[bin]] name = "fspl" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" features = ["backtrace"] [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.1" features = [ "derive", "std", "help", "usage", "error-context", "wrap_help", ] default-features = false [dependencies.crc32fast] version = "1.3.2" [dependencies.fd-lock] version = "3.0.5" [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "std", "fmt", ] default-features = false [dependencies.uuid] version = "1.0.0" features = ["v4"] [dependencies.wait-timeout] version = "0.2.0"