[package] name = "graffle" version = "0.1.0" edition = "2021" authors = ["Adam Richardson awr.trumpet@gmail.com"] description = "An efficient graph library with algorithms that work on generic graph representatons." readme = "README.md" license = "BSD-3-Clause" repository = "https://gitlab.com/awr.trumpet/graffle" exclude = [".gitlab-ci.yml", "*.py", "src/python_bindings", "pyproject.toml", "tox.ini"] [dependencies] indexmap = "1.9.3" pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] } [features] python-bindings = ["dep:pyo3"] [dev-dependencies] rstest = "0.18.1"