accessor-macro 0.2.1

This library provides a derive macro for generating accessor methods with optional value range checks in Rust structs
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 = "accessor-macro"
version = "0.2.1"
authors = ["mengyou1024 <mengyou1024@126.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library provides a derive macro for generating accessor methods with optional value range checks in Rust structs"
readme = "README.md"
keywords = [
    "macro",
    "getters",
    "setters",
    "input-check",
]
license = "MIT"
repository = "https://github.com/mengyou1024/accessor-macro.git"

[features]
debug_panic = []
default = []

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
features = ["full"]

[dev-dependencies.uintx]
version = "0.1"