# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "psup" version = "0.6.0" authors = ["muji "] description = "Process supervisor with inter-process communication over tokio Unix sockets" readme = "README.md" keywords = ["Process", "Supervisor"] license = "MIT OR Apache-2.0" repository = "https://github.com/tmpfs/psup" [profile.release] opt-level = "z" lto = true codegen-units = 1 [[bin]] name = "psup" path = "src/psup.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.psup-impl] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.json-rpc2] version = "0.9" features = ["async"] [dev-dependencies.once_cell] version = "1.7" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.psup-json-rpc] version = "0.5" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio-util] version = "0.6" features = ["codec"]