summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: cf0476e0e930639cf3893b8bbbdbdfd94b7eab3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[package]
name = "joshuto"
version = "0.7.1"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
description = "Terminal file manager inspired by ranger"
homepage = "https://github.com/kamiyaa/joshuto"
license = "LGPL-3"
edition = "2018"

[dependencies]
chrono = "0.4.6"
fs_extra = "1.1.0"
lazy_static = "1.3.0"
libc = "0.2.51"
tree_magic = "0.2.1"
notify = "4.0.10"
open = "1.2.2"
serde = "1.0.90"
serde_derive = "1.0.90"
structopt = "0.2.14"
toml = "0.5.0"
unicode-width = "0.1.5"
whoami = "0.5.0"
xdg = "2.2.0"

# clap = "*"
# fs_extra = "*"
# lazy_static = "*"
# libc = "*"
# mime_guess = "1.8.6"
# serde = "*"
# serde_derive = "*"
# toml = "*"
# wcwidth = "*"
# whoami = "*"
# xdg = "*"

[dependencies.ncurses]
version = "5.99.0"
features = [ "extended_colors", "panel", "wide" ]

[dependencies.wordexp]
version = "0.1.0"
path = "lib/wordexp-rs"

[features]
default = []