rquickjs-macro 0.12.0

Procedural macros for rquickjs
Documentation
# 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.12.0"
authors = [
    "K. <kayo@illumium.org>",
    "Mees Delzenne <mees.delzenne@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
bindgen = ["rquickjs-core/bindgen"]
phf = [
    "phf_shared",
    "phf_generator",
]

[lib]
name = "rquickjs_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.convert_case]
version = "0.11"

[dependencies.fnv]
version = "1"

[dependencies.ident_case]
version = "1"

[dependencies.indexmap]
version = "2"

[dependencies.phf_generator]
version = "0.13"
optional = true

[dependencies.phf_shared]
version = "0.13"
optional = true

[dependencies.proc-macro-crate]
version = "3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.rquickjs-core]
version = "0.12.0"
features = ["loader"]
default-features = false

[dependencies.syn]
version = "2"
features = [
    "full",
    "fold",
    "extra-traits",
    "visit",
]

[dev-dependencies.difference]
version = "2"