# 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 = "prefork" version = "0.5.1" authors = ["alienscience "] description = "A library for forking processes" readme = "README.md" keywords = [ "system", "fork", "server", "http", "network", ] categories = [ "network-programming", "os::unix-apis", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://code.alienscience.org/alienscience/prefork" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.28" features = [ "process", "signal", ] [dependencies.signal-hook] version = "0.3" features = ["iterator"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "net", "time", ] optional = true [dev-dependencies.axum] version = "0.7" [dev-dependencies.tower-http] version = "0.5" features = ["trace"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = ["tokio"] tokio = ["dep:tokio"]