# 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 = "graffle" version = "0.1.0" authors = ["Adam Richardson awr.trumpet@gmail.com"] exclude = [ ".gitlab-ci.yml", "*.py", "src/python_bindings", "pyproject.toml", "tox.ini", ] 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" [dependencies.indexmap] version = "1.9.3" [dependencies.pyo3] version = "0.19.0" features = ["extension-module"] optional = true [dev-dependencies.rstest] version = "0.18.1" [features] python-bindings = ["dep:pyo3"]