ruleset-macros 1.0.0

This crate shouldn't be used directly. Check `ruleset`.
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 = "ruleset-macros"
version = "1.0.0"
authors = ["Sʜɪᴍᴜʀᴀ Yū <mail@yuhr.org>"]
build = false
exclude = [
    "*.toml",
    ".*",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate shouldn't be used directly. Check `ruleset`."
readme = false
license = "MPL-2.0"
repository = "https://github.com/yuhr/ruleset"

[lib]
name = "ruleset_macros"
path = "lib.rs"
doctest = false
proc-macro = true

[dependencies.convert_case]
version = "=0.7.1"

[dependencies.in_definite]
version = "=1.0.0"

[dependencies.nanoid]
version = "=0.4.0"

[dependencies.proc-macro-error]
version = "=1.0.4"

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

[dependencies.quote]
version = "=1.0.38"

[dependencies.syn]
version = "=2.0.96"
features = [
    "extra-traits",
    "full",
    "visit",
    "visit-mut",
]