# 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" rust-version = "1.70.0" name = "kotlike" version = "0.1.0" authors = ["Xeu "] include = [ "/benches/**", "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/tests/**", ] description = "A Rust macro to modify the question mark operator's behavior just like Kotlin's" documentation = "https://docs.rs/kotlike" keywords = [ "macros", "kotlin", "sugar", ] categories = ["development-tools::build-utils"] license = "Apache-2.0" repository = "https://github.com/ThankRain/kotlike" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" features = ["nightly"] [dependencies.quote] version = "1" [dependencies.regex] version = "1" [dependencies.syn] version = "2.0" features = [ "fold", "full", ]