# 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 = "uniffi_bindgen_kotlin_multiplatform" version = "0.1.0" authors = ["UniFFI Kotlin Multiplatform bindings team"] description = "a Kotlin Multiplatform bindings generator for rust (codegen and cli tooling)" homepage = "https://trixnity.gitlab.io/uniffi-kotlin-multiplatform-bindings" documentation = "https://trixnity.gitlab.io/uniffi-kotlin-multiplatform-bindings" readme = "README.md" keywords = [ "ffi", "bindgen", "kotlin", ] license = "MPL-2.0" repository = "https://gitlab.com/trixnity/uniffi-kotlin-multiplatform-bindings" [[bin]] name = "uniffi-bindgen-kotlin-multiplatform" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.askama] version = "0.12" features = ["config"] default-features = false [dependencies.camino] version = "1.1.1" [dependencies.clap] version = "4" features = [ "cargo", "std", "derive", ] [dependencies.heck] version = "0.4" [dependencies.include_dir] version = "0.7.3" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1" [dependencies.toml] version = "0.5" [dependencies.uniffi_bindgen] version = "0.25.2"