# 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 = "pyadvreader" version = "2.2.0" authors = ["Martin Bammer "] include = [ "Cargo.toml", "CHANGELOG.md", "pyproject.toml", "README.md", "src/*", ] description = "Split text file into text sequences, strings and (line) comments." homepage = "https://gitlab.com/brmmm3/advreader" documentation = "https://gitlab.com/brmmm3/advreader" readme = "README.md" keywords = ["reader"] license = "MIT" repository = "https://gitlab.com/brmmm3/advreader" [lib] name = "pyadvreader" crate_type = ["cdylib"] [dependencies.advreader] version = "2.0.0" [dependencies.pyo3] version = "0.20" features = ["extension-module"]