[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0.100"
[dependencies.byteorder]
default-features = false
features = ["std"]
version = "1.5.0"
[dependencies.futures]
features = ["default"]
version = "0.3.31"
[dependencies.geo]
version = "0.32.0"
[dependencies.log]
default-features = false
version = "0.4.29"
[dependencies.num_cpus]
default-features = false
version = "1.17.0"
[dependencies.regex]
default-features = false
features = ["std", "unicode-case", "unicode-perl"]
version = "1.12.2"
[dependencies.tokio]
features = ["rt-multi-thread", "sync"]
version = "1.49.0"
[dependencies.versatiles_core]
default-features = false
version = "3.2.0"
[dependencies.versatiles_derive]
default-features = false
version = "3.2.0"
[dev-dependencies.rstest]
default-features = false
version = "0.26.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "sync", "macros"]
version = "1.49.0"
[dev-dependencies.versatiles_core]
default-features = false
features = ["test"]
version = "3.2.0"
[features]
test = []
[lib]
name = "versatiles_geometry"
path = "src/lib.rs"
[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"
needless_for_each = "allow"
needless_pass_by_value = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
too_many_lines = "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"
[package]
authors = ["Michael Kreil <versatiles@michael-kreil.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "science::geo", "web-programming::http-server"]
description = "A toolbox for converting, checking and serving map tiles in various formats."
edition = "2024"
exclude = [".githooks/", ".github/", ".gitignore", ".prettierignore", ".vscode/", "/docker", "/scripts", "/testdata"]
homepage = "https://versatiles.org"
keywords = ["versatiles", "mbtiles", "pmtiles", "tiles", "map"]
license = "MIT"
name = "versatiles_geometry"
readme = "README.md"
repository = "https://github.com/versatiles-org/versatiles-rs"
resolver = "2"
version = "3.2.0"