fontlift-cli 5.0.13

CLI interface for fontlift
# 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.75"
name = "fontlift-cli"
version = "5.0.13"
authors = ["FontLab Ltd."]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for fontlift"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fontlaborg/fontlift"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.dirs]
version = "5.0"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.serde_json]
version = "1.0"

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

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

[target.'cfg(target_os = "macos")'.dependencies.fontlift-platform-mac]
version = "=5.0.13"

[target.'cfg(target_os = "windows")'.dependencies.fontlift-platform-win]
version = "=5.0.13"