# 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" name = "pyo3-polars-derive" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc-macro's for pyo3-polars" readme = "README.md" license = "MIT" repository = "https://github.com/pola-rs/pyo3-polars" [lib] name = "pyo3_polars_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "01" path = "tests/01.rs" [[test]] name = "02" path = "tests/02.rs" [[test]] name = "tests" path = "tests/run.rs" [dependencies.polars-core] version = "0.44.0" default-features = false [dependencies.polars-ffi] version = "0.44.0" default-features = false [dependencies.polars-plan] version = "0.44.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dev-dependencies.trybuild] version = "1" features = ["diff"]