ezu-cli 0.1.0

Command-line renderer for the Ezu Style Spec
# 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-cli"
version = "0.1.0"
authors = ["Eukarya Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line renderer for the Ezu Style Spec"
homepage = "https://github.com/reearth/ezu"
readme = "README.md"
keywords = [
    "map",
    "cartography",
    "vector-tile",
    "rendering",
    "cli",
]
categories = [
    "command-line-utilities",
    "graphics",
    "rendering",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/reearth/ezu"

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

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dashmap]
version = "6"

[dependencies.ezu]
version = "0.1.0"
features = [
    "parallel",
    "http",
]

[dependencies.futures]
version = "0.3"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]