# 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 = "kmmp-project-manager-cli" version = "0.1.0" authors = ["Aarav Shah "] description = "kmmp-project-manager-cli serves as a command-line interface for the kmmp-project-manager tool. It is designed specifically for Kotlin Multiplatform (KMP) projects and offers a lightweight alternative to using Android Studio." homepage = "https://github.com/Deaths-Door/kmmp-project-manager-cli" documentation = "https://docs.rs/kmmp-project-manager-cli" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Deaths-Door/kmmp-project-manager-cli" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.kmmp-project-manager] version = "0.1.0" features = ["generate"] [dependencies.serde_json] version = "1.0.99"