# 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 = "primwrap" version = "1.1.0" authors = ["NightEule5 <24661563+NightEule5@users.noreply.github.com>"] description = "Derive operation traits for primitive wrapper structs." readme = "README.md" keywords = [ "derive", "proc_macro", "wrappers", ] license = "Apache-2.0" repository = "https://github.com/NightEule5/primwrap/" [lib] proc-macro = true [dependencies.const_format] version = "0.2.32" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.syn] version = "2.0.38" [dependencies.virtue] version = "0.0.15"