# 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 = "ragout_custom_events_macro" version = "0.1.0" build = false exclude = ["Cargo.lock"] autobins = false autoexamples = false autotests = false autobenches = false description = "macro crate that implements the ragout crate custom_events feature" readme = "README.md" keywords = [ "terminal", "raw_mode", "cli", "proc-macro", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/uraneko/ragout_custom_events_macro" [lib] name = "ragout_custom_events_macro" path = "src/lib.rs" proc-macro = true [[example]] name = "default" path = "examples/default.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.74" features = [ "full", "parsing", ]