# 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 = "rquickjs-macro" version = "0.6.2" authors = [ "K. ", "Mees Delzenne ", ] description = "Procedural macros for rquickjs" readme = "README.md" keywords = [ "quickjs", "ecmascript", "javascript", "es6", "es2020", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/DelSkayn/rquickjs.git" [lib] proc-macro = true [dependencies.convert_case] version = "0.6" [dependencies.fnv] version = "1" [dependencies.ident_case] version = "1" [dependencies.indexmap] version = "2" [dependencies.phf_generator] version = "0.11" optional = true [dependencies.phf_shared] version = "0.11" optional = true [dependencies.proc-macro-crate] version = "1" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.rquickjs-core] version = "0.6.2" features = ["loader"] [dependencies.syn] version = "2" features = [ "full", "fold", "extra-traits", ] [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.difference] version = "2" [dev-dependencies.rquickjs] version = "0.6.2" features = [ "macro", "classes", "properties", "futures", "phf", ] [features] bindgen = ["rquickjs-core/bindgen"] phf = [ "phf_shared", "phf_generator", ]