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