pyenum 0.0.3

Expose Rust enums to Python as real enum.Enum subclasses via PyO3.
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.94"
name = "pyenum"
version = "0.0.3"
authors = ["wakita181009"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expose Rust enums to Python as real enum.Enum subclasses via PyO3."
homepage = "https://github.com/wakita181009/pyenum"
readme = "README.md"
keywords = [
    "pyo3",
    "python",
    "enum",
    "derive",
    "ffi",
]
categories = [
    "api-bindings",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/wakita181009/pyenum"

[lib]
name = "pyenum"
path = "src/lib.rs"

[[bench]]
name = "cache"
path = "benches/cache.rs"
harness = false

[dependencies.pyenum-derive]
version = "=0.0.3"

[dependencies.pyo3]
version = "0.28"
features = ["abi3-py311"]

[dev-dependencies.criterion]
version = "0.8"
features = [
    "cargo_bench_support",
    "html_reports",
]
default-features = false