aster-completion 0.2.1

Natural shell completion
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 = "2024"
rust-version = "1.88"
name = "aster-completion"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Natural shell completion"
homepage = "https://github.com/yawnbo/aster"
readme = "README.md"
keywords = [
    "shell",
    "completion",
    "zsh",
    "fzf",
    "history",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/yawnbo/aster"

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

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

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

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.fs2]
version = "0.4.3"

[dependencies.libc]
version = "0.2.177"

[dependencies.rusqlite]
version = "0.37.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.5"

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

[profile.release]
lto = "thin"
strip = true