chorba_macro 0.1.0

chorba macro
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"
name = "chorba_macro"
version = "0.1.0"
authors = ["myyrakle <sssang97@naver.com>"]
build = false
exclude = []
include = [
    "src/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "chorba macro"
homepage = "https://github.com/myyrakle/chorba/blob/master/README.md"
documentation = "https://github.com/myyrakle/chorba/blob/master/README.md"
readme = "README.md"
keywords = [
    "encode",
    "binary",
]
license = "MIT"
repository = "https://github.com/myyrakle/chorba"
resolver = "2"

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

[dependencies.quote]
version = "1.0"

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

[lints.clippy.map_entry]
level = "allow"
priority = 0

[lints.clippy.map_flatten]
level = "allow"
priority = 0

[lints.clippy.single_match]
level = "allow"
priority = 0

[lints.clippy.to_string_trait_impl]
level = "allow"
priority = 0