human-readable-map16 0.1.0

A wrapper around the human-readable-map16 C++ library for converting between Lunar Magic's binary .map16 format and a human-readable folder tree of text files
Documentation
# 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 = "2024"
name = "human-readable-map16"
version = "0.1.0"
build = "build.rs"
exclude = ["test_data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper around the human-readable-map16 C++ library for converting between Lunar Magic's binary .map16 format and a human-readable folder tree of text files"
readme = false
keywords = [
    "lm",
    "lunar_magic",
    "smw",
    "wrapper",
]
categories = [
    "api-bindings",
    "encoding",
]
license-file = "LICENSE"
repository = "https://github.com/Underrout/human-readable-map16-rust.git"

[lib]
name = "human_readable_map16"
path = "src/lib.rs"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.dir-assert]
version = "0.2.0"

[build-dependencies.cc]
version = "1.2.56"