broot 0.7.4

Fuzzy Search + tree + cd
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "broot"
version = "0.7.4"
authors = ["dystroy <denys.seguret@gmail.com>"]
description = "Fuzzy Search + tree + cd"
readme = "README.md"
keywords = ["cli", "fuzzy", "tree", "search", "regex"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Canop/broot"
[profile.release]
lto = true
[dependencies.clap]
version = "2.32"

[dependencies.crossbeam]
version = "0.7"

[dependencies.custom_error]
version = "1.6"

[dependencies.directories]
version = "1.0"

[dependencies.glob]
version = "0.2"

[dependencies.jemallocator]
version = "0.1.9"

[dependencies.lazy_static]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.opener]
version = "0.3.2"

[dependencies.regex]
version = "1"

[dependencies.simplelog]
version = "0.5"

[dependencies.termion]
version = "1.5"

[dependencies.toml]
version = "0.4"

[dependencies.users]
version = "0.8"