# 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" version = "0.1.0" authors = ["Aarav Shah "] description = "kmmp-project-manager is a Rust crate for Kotlin Multiplatform (KMP) projects, offering a lightweight alternative to Android Studio. It provides tools for project creation, structure management, build automation, code generation, IDE integration, dependency management, and project configuration." homepage = "https://github.com/Deaths-Door/kmmp-project-manager" documentation = "https://docs.rs/kmmp-project-manager" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Deaths-Door/kmmp-project-managere" [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.strum] version = "0.25" features = ["derive"] [features] generate = []