elivagar 0.1.0

Shortbread vector tile generator - reads OSM PBF files and produces PMTiles v3 archives
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.97"
name = "elivagar"
version = "0.1.0"
build = "build.rs"
exclude = [
    "corpus/",
    "notes/",
    "research/",
    "overnight-logs/",
    "scripts/",
    ".brokkr/",
    "brokkr.toml",
    "overnight.sh",
    "tile_weights.tsv.gz",
    ".review.toml",
    "CLAUDE.md",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shortbread vector tile generator - reads OSM PBF files and produces PMTiles v3 archives"
readme = "README.md"
keywords = [
    "openstreetmap",
    "vector-tiles",
    "pmtiles",
    "shortbread",
    "tiles",
]
categories = [
    "command-line-utilities",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/folknor/elivagar"

[features]
default = []
hotpath = ["hotpath/hotpath"]
hotpath-alloc = [
    "hotpath/hotpath",
    "hotpath/hotpath-alloc",
]
mlt = ["dep:mlt-core"]

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

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

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

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

[[test]]
name = "pmtiles_roundtrip"
path = "tests/pmtiles_roundtrip.rs"

[[test]]
name = "skip_to_assemble_cli"
path = "tests/skip_to_assemble_cli.rs"

[dependencies.brotli]
version = "8.0.4"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.flate2]
version = "1.0"
features = ["zlib-rs"]
default-features = false

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

[dependencies.hotpath]
version = "0.22.0"

[dependencies.libc]
version = "0.2"

[dependencies.lz4_flex]
version = "0.14"

[dependencies.memmap2]
version = "0.9.11"

[dependencies.mlt-core]
version = "0.12.3"
optional = true

[dependencies.pbfhogg]
version = "0.5"

[dependencies.protohoggr]
version = "0.4.0"

[dependencies.rayon]
version = "1.5"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.smallvec]
version = "1.15.2"

[dependencies.snap]
version = "1"

[dependencies.toml]
version = "1.1.3"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.i_overlay]
version = "7.0"

[dev-dependencies.pmtiles]
version = "0.23"
features = ["write"]
default-features = false

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3.27"

[build-dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[lints.clippy]
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
cast_possible_truncation = "deny"
cast_possible_wrap = "deny"
cast_sign_loss = "deny"
clone_on_ref_ptr = "deny"
cloned_instead_of_copied = "deny"
cognitive_complexity = "deny"
collapsible_if = "deny"
collapsible_match = "deny"
disallowed_types = "deny"
explicit_iter_loop = "deny"
float_cmp = "deny"
if_same_then_else = "deny"
implicit_clone = "deny"
io_other_error = "deny"
large_enum_variant = "deny"
let_underscore_must_use = "deny"
manual_div_ceil = "deny"
manual_flatten = "deny"
manual_string_new = "deny"
needless_borrow = "deny"
needless_pass_by_value = "deny"
needless_range_loop = "deny"
new_without_default = "deny"
ok_expect = "deny"
ptr_arg = "deny"
redundant_closure_for_method_calls = "deny"
redundant_locals = "deny"
regex_creation_in_loops = "deny"
semicolon_if_nothing_returned = "deny"
too_many_arguments = "deny"
too_many_lines = "deny"
type_complexity = "deny"
uninlined_format_args = "deny"
unnecessary_sort_by = "deny"
unnecessary_unwrap = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
wrong_self_convention = "deny"

[profile.profiling]
debug = 1
inherits = "release"
strip = false

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true