# 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.79" name = "miho_derive" version = "5.2.0" authors = ["Andrew Ferreira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Repository management tools" homepage = "https://github.com/ferreira-tb/miho" readme = "README.md" keywords = [ "miho", "repository", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/ferreira-tb/miho" [lib] name = "miho_derive" 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] clone_on_ref_ptr = "deny" filetype_is_file = "deny" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" needless_for_each = "allow" rc_buffer = "deny" rc_mutex = "deny" rest_pat_in_fully_bound_structs = "deny" similar_names = "allow" struct_excessive_bools = "allow" [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] async_fn_in_trait = "allow"