trailgen-gui 0.3.5

Native Brass Poolrooms workbench for constrained trail-loop generation.
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"
rust-version = "1.96"
name = "trailgen-gui"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Brass Poolrooms workbench for constrained trail-loop generation."
readme = "README.md"
keywords = [
    "gis",
    "hiking",
    "routing",
    "egui",
    "wgpu",
]
categories = [
    "gui",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoa/adequate-trailgen"

[features]
egui-test = [
    "dep:egui-tester-witness",
    "eternalist-apps/egui-test",
]

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.brass_poolrooms]
version = "0.12.1"

[dependencies.bytemuck]
version = "1.25.2"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5.16"

[dependencies.directories]
version = "6.0.0"

[dependencies.egui]
version = "=0.36.1"

[dependencies.egui-tester-witness]
version = "0.9.5"
features = ["egui"]
optional = true

[dependencies.egui-wgpu]
version = "=0.36.1"
default-features = false

[dependencies.eternalist-apps]
version = "0.6.5"

[dependencies.fast-mvt]
version = "0.6.2"
features = ["reader"]
default-features = false

[dependencies.futures-util]
version = "0.3.34"

[dependencies.geo-types]
version = "0.7.20"

[dependencies.lyon_tessellation]
version = "1.0.20"

[dependencies.pmtiles]
version = "0.24.0"
features = [
    "http-async",
    "mmap-async-tokio",
    "reqwest-rustls",
    "write",
]
default-features = false

[dependencies.rfd]
version = "0.17.2"
features = ["xdg-portal"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"
features = ["float_roundtrip"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.53.1"
features = ["rt"]

[dependencies.toml]
version = "1.1.4"

[dependencies.tracing]
version = "0.1.44"

[dependencies.trailgen-contract]
version = "0.3.5"

[dependencies.trailgen-core]
version = "0.3.5"

[dependencies.trailgen-data]
version = "0.3.5"

[dependencies.zstd]
version = "0.13.3"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"