# 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 = "compose-rs" version = "0.0.3" authors = ["Tom Voet "] publish = true description = "A Rust library to execute docker-compose commands and monitor compose stacks" documentation = "https://docs.rs/compose-rs/" readme = "README.md" keywords = [ "docker", "compose", "monitoring", "container", ] categories = [ "config", "parser-implementations", "virtualization", ] license = "MIT" repository = "https://github.com/tomvoet/compose-rs" [dependencies.parse-size] version = "1.0.0" [dependencies.regex] version = "1.10.4" [dependencies.relative-path] version = "1.9.2" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.58"