# 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 = "steward" version = "0.0.7" authors = ["Alex Fedoseev "] build = false exclude = ["examples/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Task runner and process manager for Rust" homepage = "https://github.com/alexfedoseev/steward" documentation = "https://docs.rs/steward" readme = "README.md" keywords = [ "command", "process", "env", ] license = "MIT" repository = "https://github.com/alexfedoseev/steward" [lib] name = "steward" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.50" [dependencies.console] version = "0.14.1" [dependencies.hyper] version = "0.14.5" features = [ "client", "tcp", "http1", ] [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.3" [dependencies.thiserror] version = "1.0" [dependencies.tls] version = "0.5.0" features = ["vendored"] optional = true package = "hyper-tls" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "fs", "net", "time", "process", "signal", "io-util", "macros", ] [features] default = ["tls"] [target."cfg(unix)".dependencies.nix] version = "0.20.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["errhandlingapi"]