[package] name = "kmmp-structure" version = "0.1.2" edition = "2021" description = "kmmp-structure: A Rust crate for working with Kotlin Multiplatform project structures. Simplify code generation, analyze dependencies, and promote modularity. Easily represent modules, dependencies, and relationships. Enhance your KMP development workflow." license = "MIT" documentation = "https://docs.rs/kmmp-structure" repository = "https://github.com/Deaths-Door/kmmp-structure" homepage = "https://github.com/Deaths-Door/kmmp-structure" [lib] name = "kmmp_structure" path = "src/lib/mod.rs" [dependencies] serde = { version = "1.0", features = ["derive"] }