[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"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[features]
python_bindings = ["dep:pyo3"]
serde = ["dep:serde"]
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
name = "mapfile_parser"
path = "src/rs/lib.rs"
[package]
authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"]
keywords = ["mapfile", "parser", "decomp", "decompilation"]
license = "MIT"
name = "mapfile_parser"
readme = "README.md"
repository = "https://github.com/Decompollaborate/mapfile_parser"
rust-version = "1.65.0"
version = "2.7.1"