pymeta 0.1.0-alpha.1

Metaprogramming Rust in Python!
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 = "pymeta"
version = "0.1.0-alpha.1"
authors = ["shBLOCK <shblock3@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Metaprogramming Rust in Python!"
readme = "README.md"
keywords = [
    "proc-macro",
    "python",
    "meta-programming",
    "codegen",
]
categories = [
    "rust-patterns",
    "development-tools::procedural-macro-helpers",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shBLOCK/pymeta"

[features]
debug_log = [
    "dep:log",
    "dep:env_logger",
]
nightly_proc_macro_span = ["proc-macro2/span-locations"]

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

[dependencies.either]
version = "1.15.0"

[dependencies.env_logger]
version = "0.11.9"
optional = true

[dependencies.log]
version = "0.4.29"
optional = true

[dependencies.proc-macro-error2]
version = "2.0.1"
default-features = false

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

[dependencies.pyo3]
version = "0.28.1"

[dependencies.rustc-literal-escaper]
version = "0.0.7"

[dependencies.unicode-ident]
version = "1.0.24"

[profile.debugging]
debug = 2
inherits = "dev"

[profile.dev]
debug = "line-tables-only"

[profile.dev.package."*"]
debug = 0