# 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" rust-version = "1.65.0" name = "mapfile_parser" version = "2.7.1" authors = ["Anghelo Carvajal "] build = false exclude = [ "tests/output", "*.py", "*.pyi", ".github", ".markdownlint.jsonc", "mypy.ini", "requirements.txt", "pyproject.toml", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Map file parser library focusing decompilation projects" readme = "README.md" keywords = [ "mapfile", "parser", "decomp", "decompilation", ] license = "MIT" repository = "https://github.com/Decompollaborate/mapfile_parser" [lib] name = "mapfile_parser" crate-type = [ "cdylib", "staticlib", "rlib", ] path = "src/rs/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.pyo3] version = "0.20.0" features = [ "abi3", "abi3-py37", ] optional = true [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] python_bindings = ["dep:pyo3"] serde = ["dep:serde"]