cirious_codex_derive 0.2.0

Centralized Procedural Macros for the Cirious Codex Ecosystem
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 = "cirious_codex_derive"
version = "0.2.0"
authors = ["Cirious Studio <cirious.studio@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Centralized Procedural Macros for the Cirious Codex Ecosystem"
homepage = "https://github.com/cirious-studio/cirious_codex_derive"
documentation = "https://docs.rs/cirious_codex_derive"
readme = "README.md"
keywords = [
    "proc-macro",
    "derive",
    "macro",
    "cli",
    "codex",
]
categories = [
    "development-tools",
    "command-line-interface",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cirious-studio/cirious_codex_derive"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "01_basic_parsing"
path = "examples/01_basic_parsing.rs"

[[example]]
name = "02_sub_command"
path = "examples/02_sub_command.rs"

[[test]]
name = "derive_parser_tests"
path = "tests/derive_parser_tests.rs"

[dependencies.libc]
version = "0.2"

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

[dependencies.quote]
version = "1.0"

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

[lints.clippy]
expect_used = "warn"
nursery = "warn"
pedantic = "warn"
unwrap_used = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "warn"