pyderive 0.9.1

Derive macro of Python special methods and a class attributes for 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 = "2021"
rust-version = "1.74"
name = "pyderive"
version = "0.9.1"
authors = ["Kentaro Tatsumi <paqira.2019@gmail.com>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro of Python special methods and a class attributes for PyO3"
readme = "README.md"
keywords = [
    "pyo3",
    "python",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/paqira/pyderive"

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

[features]
num-complex = [
    "pyo3/num-complex",
    "pyderive-macros/num-complex",
]

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

[dependencies.pyderive-macros]
version = "= 0.9.1"

[dev-dependencies.num-complex]
version = ">= 0.2"

[dev-dependencies.pyo3]
version = "0.27"
features = [
    "auto-initialize",
    "multiple-pymethods",
]