# 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] name = "kmmp-generator" version = "0.1.0" description = "kmmp-generator allows one to automate the setup of Kotlin Multiplatform Mobile (KMM) projects. Simplify the creation of KMM projects by generating project structures, managing configurations, handling dependencies, and providing customizable code templates." homepage = "https://github.com/Deaths-Door/kmmp-generator" documentation = "https://docs.rs/kmmp-generator" readme = "README.md" license = "MIT" repository = "https://github.com/Deaths-Door/kmmp-generator" [lib] name = "kmmp_generator" path = 'src\lib\mod.rs' [dependencies.kmmp-structure] version = "0.1.1"