# 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 = "ranting_derive" version = "0.2.1" authors = ["Roel Kluin "] description = "A proc-macro library for internal support of ranting" documentation = "https://docs.rs/ranting_derive/0.2.1/ranting_derive/" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/RoelKluin/ranting.rs" [lib] proc-macro = true [dependencies.darling] version = "0.14.1" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.litrs] version = "0.2.3" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.49" [dependencies.quote] version = "1.0.20" [dependencies.regex] version = "1.6.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.syn] version = "1.0.98" features = ["full"] [dependencies.unicode-width] version = "0.1.5" [features] debug = [] default = []