2021-02-04 11:22:19 +00:00
|
|
|
[package]
|
|
|
|
name = "fif"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Lynnesbian <lynne@bune.city>"]
|
|
|
|
edition = "2018"
|
2021-02-05 05:57:21 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2021-02-05 06:05:33 +00:00
|
|
|
#license-file = "LICENSE"
|
2021-02-04 11:22:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
walkdir = "2.3.1"
|
|
|
|
log = "0.4.14"
|
|
|
|
smartstring = "0.2.6"
|
2021-02-05 05:57:21 +00:00
|
|
|
# use git version while waiting on a release incorporating https://github.com/ebassi/xdg-mime-rs/commit/de5a6dd
|
|
|
|
xdg-mime = {git = "https://github.com/ebassi/xdg-mime-rs", version = "0.3"}
|
2021-02-04 11:22:19 +00:00
|
|
|
mime_guess = "2.0.3"
|
2021-02-05 12:45:51 +00:00
|
|
|
rayon = "1.5.0"
|
|
|
|
cached = "0.23.0"
|
|
|
|
|
|
|
|
[dependencies.clap]
|
|
|
|
version = "3.0.0-beta.2"
|
|
|
|
features = ["wrap_help"]
|
2021-02-05 13:34:02 +00:00
|
|
|
|
|
|
|
[dependencies.env_logger]
|
|
|
|
version = "0.8.2"
|
|
|
|
default-features = false
|
|
|
|
features = ["termcolor", "atty"]
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = "thin"
|