# 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 = "s6-config" version = "0.1.3" authors = ["Architect Financial Technologies "] description = "simple configuration tool for s6" documentation = "https://docs.rs/s6-config" readme = "README.md" keywords = [ "s6", "s6-rc", "supervision", "systemd", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/architect-xyz/s6-config" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.indoc] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.8"