typg-cli 5.0.13

CLI for typg (made by FontLab https://www.fontlab.com/)
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"
name = "typg-cli"
version = "5.0.13"
authors = ["FontLab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for typg (made by FontLab https://www.fontlab.com/)"
homepage = "https://www.fontlab.com/"
readme = false
license = "MIT"

[features]
default = []
hpindex = ["typg-core/hpindex"]

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.typg-core]
version = "=5.0.13"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.tower]
version = "0.4"
features = ["util"]