tiles-client 0.12.0

Client for downloading tiles.
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 = "tiles-client"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for downloading tiles."
homepage = "https://cyloncore.com"
readme = "README.MD"
license = "MIT"
repository = "https://gitlab.com/cyloncore/cartography-rs"
resolver = "2"

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

[dependencies.bytes]
version = "1"

[dependencies.ccutils]
version = "0.4"
features = ["sync"]

[dependencies.directories]
version = "6"

[dependencies.ehttp]
version = "0.7"

[dependencies.futures]
version = "0.3"

[dependencies.geo]
version = "0.33"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"