[package] name = "pyo3-graphster" version = "0.0.0-a0" edition = "2021" description = "pyo3 bindings for Graphster" license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/graphster-dev/pyo3-graphster" [dependencies] graphster = "0.0.0-a1" polars = { version = "0.40.0", optional = true } pyo3-polars = { version = "0.14.0", optional = true } pyo3 = "0.21.2" hashbrown = "0.11.2" [features] polars = ["dep:polars", "dep:pyo3-polars"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]