pyo3_special_method_derive/Cargo.toml (11 lines of code) (raw):

[package] name = "pyo3_special_method_derive" version.workspace = true edition.workspace = true description.workspace = true license.workspace = true repository.workspace = true [dependencies] # pyo3_special_method_derive_macro = "0.4.2" pyo3_special_method_derive_macro.workspace = true pyo3.workspace = true