terminalmap 0.1.0

High precision terminal map viewer and reusable TUI map SDK. Renders OpenStreetMap vector tiles using braille characters.
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 = "2021"
name = "terminalmap"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High precision terminal map viewer and reusable TUI map SDK. Renders OpenStreetMap vector tiles using braille characters."
readme = "README.md"
keywords = [
    "map",
    "terminal",
    "tui",
    "openstreetmap",
    "braille",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/psmux/TerminalMap"

[package.metadata.deb]
maintainer = "psmux <psmux-apt@users.noreply.github.com>"
copyright = "2026, psmux"
extended-description = "TerminalMap is a high precision, interactive map viewer and embeddable Rust SDK that turns OpenStreetMap vector tiles into beautiful braille/ASCII art right in any terminal. Works offline at low zoom. No API keys required."
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/terminalmap",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/terminalmap/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/terminalmap/",
    "644",
],
]

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

[[bin]]
name = "terminalmap"
path = "src/main.rs"

[[example]]
name = "test_render"
path = "examples/test_render.rs"

[dependencies.ansi_colours]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.earcutr]
version = "0.4"

[dependencies.flate2]
version = "1"

[dependencies.lru]
version = "0.12"

[dependencies.prost]
version = "0.13"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]

[dependencies.rstar]
version = "0.12"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]