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