# 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 = "makedeb-srcinfo" version = "0.8.1" authors = ["Hunter Wittenborn "] description = "Rust + Python library for parsing makedeb-styled .SRCINFO files" homepage = "https://github.com/makedeb/makedeb-srcinfo" readme = "README.md" keywords = [ "makedeb", "mpr", "srcinfo", "pkgbuild", ] categories = ["parser-implementations"] license = "GPL-3.0-or-later" repository = "https://github.com/makedeb/makedeb-srcinfo" [lib] name = "makedeb_srcinfo" crate-type = [ "lib", "cdylib", ] [dependencies.pyo3] version = "0.16.5" features = ["extension-module"] optional = true [dependencies.regex] version = "1.6.0" [features] python = ["dep:pyo3"]