versatiles_geometry 3.6.0

A toolbox for converting, checking and serving map tiles in various formats.
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 = "versatiles_geometry"
version = "3.6.0"
authors = ["Michael Kreil <versatiles@michael-kreil.de>"]
build = false
exclude = [
    ".githooks/",
    ".github/",
    ".gitignore",
    ".prettierignore",
    ".vscode/",
    "/docker",
    "/scripts",
    "/testdata",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A toolbox for converting, checking and serving map tiles in various formats."
homepage = "https://versatiles.org"
readme = "README.md"
keywords = [
    "versatiles",
    "mbtiles",
    "pmtiles",
    "tiles",
    "map",
]
categories = [
    "command-line-utilities",
    "science::geo",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/versatiles-org/versatiles-rs"
resolver = "2"

[features]
test = []

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

[dependencies.anyhow]
version = "1.0.101"
features = ["std"]
default-features = false

[dependencies.byteorder]
version = "1.5.0"
features = ["std"]
default-features = false

[dependencies.futures]
version = "0.3.31"
features = ["default"]

[dependencies.geo]
version = "0.32.0"

[dependencies.log]
version = "0.4.29"
default-features = false

[dependencies.num_cpus]
version = "1.17.0"
default-features = false

[dependencies.regex]
version = "1.12.3"
features = [
    "std",
    "unicode-case",
    "unicode-perl",
]
default-features = false

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "sync",
]

[dependencies.versatiles_core]
version = "3.6.0"
default-features = false

[dependencies.versatiles_derive]
version = "3.6.0"
default-features = false

[dev-dependencies.rstest]
version = "0.26.1"
default-features = false

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
]

[dev-dependencies.versatiles_core]
version = "3.6.0"
features = ["test"]
default-features = false

[lints.clippy]
cast_precision_loss = "allow"
doc_markdown = "allow"
ignored_unit_patterns = "allow"
items_after_statements = "allow"
iter_without_into_iter = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
trivially_copy_pass_by_ref = "allow"
unnecessary_debug_formatting = "allow"
unnecessary_literal_bound = "allow"
unnecessary_wraps = "allow"
unreadable_literal = "allow"
used_underscore_binding = "allow"

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

[lints.rust]
unused_imports = "deny"