# 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 = "warcmutex" version = "1.0.2" authors = ["PFP "] description = "A crate in Rust that provides an attribute macro for mods, structs and impls. Rewrite code using under the hood asynchronous reference (Arc) and asynchronous mutation (Mutex) control elements." readme = "README.md" keywords = [ "macro", "attribute", "async", "arc", "mutex", ] license = "MIT" repository = "https://github.com/patrickfp93/warcmutex" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.63" [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.26" features = ["full"] [dependencies.synstructure] version = "0.13.0"