# 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 = "mut_set_derive" version = "0.5.9" authors = ["Junzhuo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe implementation for HashSet with iter_mut and get_mut" documentation = "https://docs.rs/mut_set" readme = "README.md" keywords = [ "hashset", "mutable", "iter_mut", ] license = "MIT" repository = "https://github.com/zao111222333/mut_set" [lib] name = "mut_set_derive" path = "src/lib.rs" proc-macro = true [dependencies.cfg-if] version = "1" [dependencies.proc-macro2] version = "1.0.74" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.46" features = ["visit-mut"] [features] __dbg_disable_mem_layout = [] default = []