# 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 = "rue-lexer" version = "0.1.1" authors = ["Brandon Haggstrom "] description = "Transforms Rue source code into tokens." homepage = "https://github.com/rigidity/rue" readme = "README.md" keywords = [ "chia", "blockchain", "crypto", ] categories = [ "cryptography::cryptocurrencies", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/rigidity/rue" [lints.clippy] all = "deny" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" multiple_crate_versions = "allow" must_use_candidate = "allow" too_many_lines = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] dead_code = "warn" deprecated = "deny" deprecated_in_future = "deny" future_incompatible = "deny" missing_copy_implementations = "warn" missing_debug_implementations = "warn" non_ascii_idents = "deny" nonstandard_style = "deny" rust_2018_idioms = "deny" rust_2021_compatibility = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" unreachable_code = "warn" unreachable_patterns = "deny" unsafe_code = "deny" unused_extern_crates = "deny"