[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "kmmp_structure"
path = "src/lib/mod.rs"
[package]
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."
documentation = "https://docs.rs/kmmp-structure"
edition = "2021"
homepage = "https://github.com/Deaths-Door/kmmp-structure"
license = "MIT"
name = "kmmp-structure"
readme = "README.md"
repository = "https://github.com/Deaths-Door/kmmp-structure"
version = "0.1.2"