compsys 0.8.13

Zsh-compatible completion system for zshrs
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 = "compsys"
version = "0.8.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zsh-compatible completion system for zshrs"
readme = false
license = "MIT"

[lib]
name = "compsys"
path = "lib.rs"

[[bin]]
name = "bench-autoload"
path = "bins/bench_autoload.rs"

[[bin]]
name = "compsys-test"
path = "main.rs"

[[bin]]
name = "menu-demo"
path = "bins/menu_demo.rs"

[dependencies.dirs]
version = "5"

[dependencies.libc]
version = "0.2"

[dependencies.rayon]
version = "1.10"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.unicode-width]
version = "0.2"