ircv3_parse_derive 4.0.0

Derive macro for ircv3_parse
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"
rust-version = "1.78"
name = "ircv3_parse_derive"
version = "4.0.0"
authors = ["m3id"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for ircv3_parse"
documentation = "https://docs.rs/ircv3_parse_derive"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/m3idnotfree/ircv3_parse/tree/main/ircv3_parse_derive"

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

[dependencies.heck]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0.44"

[dependencies.syn]
version = "2.0.117"