# 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 = "komp" version = "0.1.1" authors = ["Eliott Wantz "] description = "Komp generates local docker compose file with your selected services to get you up and running in seconds" homepage = "https://github.com/eliottwantz/komp" readme = "README.md" keywords = [ "docker", "docker-compose", "cli", "local-development", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/eliottwantz/komp" [profile.release] opt-level = "z" strip = true [dependencies.clap] version = "4.5.7" features = [ "derive", "cargo", ] [dependencies.cliclack] version = "0.3.1" [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_norway] version = "0.9.36"