# 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 = "wrath-macros" version = "0.1.0" description = "Procedural macros for the `wrath` crate" license = "MIT OR Apache-2.0" repository = "https://or.computer.surgery/charles/wrath" [lib] proc-macro = true [dependencies.either] version = "1.9.0" [dependencies.heck] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.39" [lints.clippy] as_conversions = "warn" dbg_macro = "warn" empty_structs_with_brackets = "warn" get_unwrap = "warn" if_then_some_else_none = "warn" let_underscore_must_use = "warn" map_err_ignore = "warn" missing_docs_in_private_items = "warn" negative_feature_names = "warn" pedantic = "warn" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_feature_names = "warn" redundant_type_annotations = "warn" ref_patterns = "warn" rest_pat_in_fully_bound_structs = "warn" str_to_string = "warn" string_add = "warn" string_slice = "warn" string_to_string = "warn" tests_outside_test_module = "warn" undocumented_unsafe_blocks = "warn" unneeded_field_pattern = "warn" unseparated_literal_suffix = "warn" unwrap_used = "warn" wildcard_dependencies = "warn" [lints.rust] missing_abi = "warn" missing_docs = "warn" noop_method_call = "warn" pointer_structural_match = "warn" unreachable_pub = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" unused_tuple_struct_fields = "warn"