# 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.63" name = "typenum_mappings" version = "0.1.0" description = "A proc-macro to generate mappings from typenum's `UInt` types to your own type." readme = "README.md" keywords = [ "proc-macro", "typenum", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/GnomedDev/typenum_mappings" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.85" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.66" features = [ "parsing", "printing", "full", "extra-traits", "proc-macro", ] default-features = false [dependencies.to-arraystring] version = "0.2.0" [dev-dependencies.arrayvec] version = "0.7.4" [dev-dependencies.typenum] version = "1.17.0" features = ["const-generics"]