[dependencies.lazy_static]
version = "1.4.0"
[dependencies.pyo3]
features = ["abi3", "abi3-py37"]
optional = true
version = "0.20.0"
[dependencies.regex]
version = "1.10.2"
[features]
python_bindings = ["dep:pyo3"]
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
name = "mapfile_parser"
path = "src/rs/lib.rs"
[package]
authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
description = "Map file parser library focusing decompilation projects"
edition = "2021"
exclude = ["tests/output", "*.py", "*.pyi", ".github", ".markdownlint.jsonc", "mypy.ini", "requirements.txt", "pyproject.toml", "tests"]
homepage = "https://github.com/Decompollaborate/mapfile_parser"
keywords = ["mapfile", "parser", "decomp", "decompilation"]
license = "MIT"
name = "mapfile_parser"
readme = "README.md"
repository = "https://github.com/Decompollaborate/mapfile_parser"
version = "2.3.7"