# 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 = "2018" name = "crokey-proc_macros" version = "1.1.0" authors = ["Canop "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "proc macros for the crokey crate" readme = false license = "MIT" resolver = "2" [lib] name = "crokey_proc_macros" path = "mod.rs" proc-macro = true [dependencies.crossterm] version = "0.28" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.strict] version = "0.2" [dependencies.syn] version = "1.0" features = [ "parsing", "proc-macro", ] default-features = false