| 1 | [package] |
| 2 | name = "pyo3-stub-gen-derive" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | |
| 6 | description.workspace = true |
| 7 | repository.workspace = true |
| 8 | keywords.workspace = true |
| 9 | license.workspace = true |
| 10 | readme.workspace = true |
| 11 | |
| 12 | [lib] |
| 13 | proc-macro = true |
| 14 | |
| 15 | [dependencies] |
| 16 | proc-macro2.workspace = true |
| 17 | quote.workspace = true |
| 18 | syn = { workspace = true, features = ["full" , "extra-traits" ] } |
| 19 | |
| 20 | [dev-dependencies] |
| 21 | pyo3-stub-gen = { path = "../pyo3-stub-gen" } |
| 22 | insta.workspace = true |
| 23 | inventory.workspace = true |
| 24 | prettyplease.workspace = true |
| 25 | pyo3.workspace = true |
| 26 | |