# 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 = "kotlin-poet-rs" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kotlin code generation library for Rust" homepage = "https://github.com/lexa-diky/kotlin-poet-rs" documentation = "https://github.com/lexa-diky/kotlin-poet-rs" readme = "README.md" keywords = [ "kotlin", "codegen", ] categories = ["template-engine"] license = "Apache-2.0" repository = "https://github.com/lexa-diky/kotlin-poet-rs" [lib] name = "kotlin_poet_rs" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [[bench]] name = "file_rendering_bencharmk" path = "benches/file_rendering_bencharmk.rs" harness = false [[bench]] name = "name_escaping" path = "benches/name_escaping.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]