ztheme 1.0.0

Fast asynchronous Zsh prompt
# 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"
rust-version = "1.97"
name = "ztheme"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast asynchronous Zsh prompt"
homepage = "https://github.com/alexykn/ztheme"
readme = "README.md"
keywords = [
    "zsh",
    "prompt",
    "terminal",
    "shell",
    "theme",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/alexykn/ztheme"

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

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

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

[dependencies.shell-words]
version = "1.1"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "process",
    "rt",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.9"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"