lacy 0.7.0

Fast magical cd alternative for lazy terminal navigators
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 = "lacy"
version = "0.7.0"
authors = ["timothebot"]
build = false
exclude = [
    ".github/*",
    "test/*",
    "devtools/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast magical cd alternative for lazy terminal navigators"
homepage = "https://github.com/timothebot/lacy"
readme = "README.md"
keywords = [
    "cli",
    "tool",
    "utility",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/timothebot/lacy"

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

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

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

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

[dependencies.ctrlc]
version = "3.5.2"
features = ["termination"]

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.upon]
version = "0.10.0"

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

[profile.release]
lto = true
codegen-units = 1