ezu 0.4.2

Painterly cartography engine: render vector tiles as paintings (umbrella crate)
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 = "2021"
rust-version = "1.89"
name = "ezu"
version = "0.4.2"
authors = ["Eukarya Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Painterly cartography engine: render vector tiles as paintings (umbrella crate)"
homepage = "https://github.com/reearth/ezu"
readme = "README.md"
keywords = [
    "map",
    "cartography",
    "vector-tile",
    "rendering",
    "painterly",
]
categories = [
    "graphics",
    "rendering",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/reearth/ezu"

[features]
default = [
    "features",
    "paint",
    "style-json",
    "translate",
]
features = ["dep:ezu-features"]
http = ["ezu-paint?/http"]
paint = ["dep:ezu-paint"]
parallel = [
    "ezu-graph/parallel",
    "ezu-paint?/parallel",
]
style-json = ["dep:ezu-style"]
translate = ["dep:ezu-translate"]

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

[[example]]
name = "inspect"
path = "examples/inspect.rs"
required-features = ["features"]

[[example]]
name = "tokyo"
path = "examples/tokyo.rs"
required-features = [
    "features",
    "paint",
    "parallel",
    "http",
]

[dependencies.ezu-core]
version = "0.4.2"

[dependencies.ezu-features]
version = "0.4.2"
optional = true

[dependencies.ezu-graph]
version = "0.4.2"

[dependencies.ezu-paint]
version = "0.4.2"
optional = true

[dependencies.ezu-style]
version = "0.4.2"
optional = true

[dependencies.ezu-translate]
version = "0.4.2"
optional = true

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.hokusai]
version = "0.3"
features = ["myb-json"]
default-features = false

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

[dev-dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

[dev-dependencies.tiny-skia]
version = "0.12"

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