[package] name = "shr_parser_py" description = "Python bindings for the shr_parser Rust crate" version = "0.1.0" edition = "2021" license = "GPL-3.0-only" authors = ["Lasse Nielsen "] readme = "README.md" documentation = "https://docs.rs/shr_parser_py" repository = "https://github.com/Xerrion/shr_parser_py" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] name = "shr_parser" [dependencies] pyo3 = { version = "0.22.1", features = ["extension-module"] } shr_parser = "1.0.5"