tinyscript-derive 0.3.0

Procedural macros for tinyscript
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 = "2024"
rust-version = "1.95.0"
name = "tinyscript-derive"
version = "0.3.0"
authors = ["stepkun <stephan.kunz@kabelbw.de>"]
build = false
exclude = [
    "laze*",
    "benches/**",
    "coverage/**",
    "embedded/**",
    "examples/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for tinyscript"
homepage = "https://docs.rs/tinyscript-derive"
documentation = "https://docs.rs/tinyscript-derive"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/dibbots/tinyscript"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "3"
features = [
    "full",
    "parsing",
    "visit-mut",
]

[dev-dependencies.trybuild]
version = "1"
features = ["diff"]

[build-dependencies]