# 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 = "shr_parser_py" version = "0.1.0" authors = ["Lasse Nielsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Python bindings for the shr_parser Rust crate" documentation = "https://docs.rs/shr_parser_py" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/Xerrion/shr_parser_py" [lib] name = "shr_parser" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.pyo3] version = "0.22.1" features = ["extension-module"] [dependencies.shr_parser] version = "1.0.5"