broot 1.58.0

File browser and launcher
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"
rust-version = "1.83"
name = "broot"
version = "1.58.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
build = "build.rs"
exclude = [
    "website",
    "broot*.zip",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File browser and launcher"
homepage = "https://dystroy.org/broot"
documentation = "https://dystroy.org/broot"
readme = "README.md"
keywords = [
    "cli",
    "fuzzy",
    "tree",
    "search",
    "file",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Canop/broot"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ version }{ archive-suffix }"
bin-dir = "{ target }/{ bin }{ binary-ext }"
pkg-fmt = "zip"

[features]
clipboard = ["terminal-clipboard"]
default = []
kitty-csi-check = ["xterm-query"]

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

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

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

[[bench]]
name = "composite"
path = "benches/composite.rs"
harness = false

[[bench]]
name = "fuzzy"
path = "benches/fuzzy.rs"
harness = false

[[bench]]
name = "path_normalization"
path = "benches/path_normalization.rs"
harness = false

[[bench]]
name = "toks"
path = "benches/toks.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.bet]
version = "1.1"

[dependencies.char_reader]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "cargo",
]

[dependencies.clap-help]
version = "1.6"

[dependencies.cli-log]
version = "2.1"

[dependencies.crokey]
version = "1.3"

[dependencies.custom_error]
version = "1.6"

[dependencies.deser-hjson]
version = "2.2.6"

[dependencies.directories]
version = "4.0"

[dependencies.file-size]
version = "1.0.3"

[dependencies.flate2]
version = "1.0"

[dependencies.flex-grow]
version = "0.1"

[dependencies.git2]
version = "0.20"
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.id-arena]
version = "2.2.1"

[dependencies.image]
version = "=0.25.6"

[dependencies.include_dir]
version = "0.7"

[dependencies.lazy-regex]
version = "3.5"

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.16.3"

[dependencies.memmap2]
version = "0.9"

[dependencies.notify]
version = "8.0"

[dependencies.once_cell]
version = "1.18"

[dependencies.opener]
version = "0.8"

[dependencies.pathdiff]
version = "0.2"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.9"

[dependencies.resvg]
version = "0.45"

[dependencies.rustc-hash]
version = "2"

[dependencies.secular]
version = "1.0"
features = [
    "normalization",
    "bmp",
]

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

[dependencies.smallvec]
version = "1.15"

[dependencies.splitty]
version = "1.0.2"

[dependencies.strict]
version = "0.2"

[dependencies.syntect]
version = "6.0"
features = ["default-fancy"]
default-features = false
package = "syntect-no-panic"

[dependencies.tempfile]
version = "3.2"

[dependencies.termimad]
version = "0.35"

[dependencies.terminal-clipboard]
version = "0.4.1"
optional = true

[dependencies.terminal-light]
version = "1.8"

[dependencies.toml]
version = "0.9"

[dependencies.umask]
version = "2.1.0"

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

[dependencies.vte]
version = "0.15"

[dependencies.which]
version = "=4.4.0"

[dependencies.xterm-query]
version = "0.5"
optional = true

[dependencies.zune-core]
version = "0.4.12"

[dependencies.zune-image]
version = "0.4.15"

[dev-dependencies.glassbench]
version = "0.4.4"

[build-dependencies.clap]
version = "4.4"
features = [
    "derive",
    "cargo",
]

[build-dependencies.clap_complete]
version = "4.4"

[build-dependencies.clap_mangen]
version = "0.2.12"

[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))'.dependencies.lfs-core]
version = "0.17.0"

[target.'cfg(any(target_os = "windows", all(unix, not(any(target_os = "ios", target_os = "android")))))'.dependencies.trash]
version = "=5.2.2"

[target.'cfg(target_family = "unix")'.dependencies.uzers]
version = "0.12"

[target.'cfg(target_os = "windows")'.dependencies.is_executable]
version = "1.0.1"

[profile.dev]
debug = 0

[profile.release]
lto = "fat"
codegen-units = 1
debug = 0
strip = "symbols"