# 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 = "carbon-cli" version = "1.3.0" exclude = ["tests/*"] description = "Docker abstraction layer with added flair" homepage = "https://github.com/4khara/carbon" documentation = "https://github.com/4khara/carbon" readme = "README.md" keywords = ["docker", "docker-compose", "cli", "orchestration"] categories = ["command-line-interface", "command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/4khara/carbon" resolver = "2" [dependencies.clap] version = "2" [dependencies.dotenv] version = "0.15" [dependencies.key-list] version = "1" [dependencies.paris] version = "1.5" features = ["macros"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.shellexpand] version = "2" [dependencies.toml] version = "0.5"