# 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 = "firestarter" version = "0.3.2" authors = ["mopemope "] exclude = ["demo"] description = "A process and shared socket manager" homepage = "https://github.com/mopemope/firestarter" readme = "README.md" keywords = ["socket", "process-manager", "systemd", "socketactivation"] license = "MIT/Apache-2.0" repository = "https://github.com/mopemope/firestarter" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.32" [dependencies.console] version = "0.7" [dependencies.env_logger] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.glob] version = "0.2" [dependencies.lazy_static] version = "1.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" [dependencies.nix] version = "0.13" [dependencies.nom] version = "4.1" [dependencies.regex] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.4"