[package] name = "libpt-py" version = "0.3.11" edition.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pyo3 = "0.19.0" [lib] crate-type = ["cdylib", "rlib"]