# 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.74" name = "sas-lexer-macro" version = "0.1.1" authors = ["Mike Perlov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal macro for sas-lexer crate." readme = "README.md" keywords = [ "sas", "lexer", "parser", ] categories = [ "development-tools", "parsing", ] license = "AGPL-3.0-or-later" repository = "https://github.com/mishamsk/sas-lexer" [lib] name = "sas_lexer_macro" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72" [lints.clippy] comparison_chain = "allow" dbg_macro = "warn" empty_structs_with_brackets = "warn" exit = "warn" get_unwrap = "warn" indexing_slicing = "deny" module_name_repetitions = "allow" print_stderr = "warn" print_stdout = "warn" single_match_else = "allow" unwrap_used = "warn" [lints.clippy.pedantic] level = "warn" priority = -2 [lints.rust] unreachable_pub = "warn" unsafe_code = "warn"