[package] name = "reconcile-text-python" version = "0.8.0" edition = "2024" rust-version = "1.85" authors = ["Andras Schmelczer "] license = "MIT" publish = false [lib] name = "_native" crate-type = ["cdylib"] [dependencies] reconcile-text = { path = ".." } pyo3 = { version = "0.24", features = ["extension-module"] }