# 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 = "r18-proc-macros" version = "0.5.0" authors = ["ho229v3666@gmail.com"] build = "build.rs" description = "r18 procedure macros" readme = "README.md" license = "MIT" repository = "https://github.com/Limit-LAB/r18" [lib] proc-macro = true [dependencies.oxilangtag] version = "0.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.r18-trans-support] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.walkdir] version = "2.3"