-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
32 lines (30 loc) · 958 Bytes
/
Cargo.toml
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
[package]
name = "transgression-tui"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = true
[dependencies]
crossterm = { version = "0.24", features = [ "serde" ] }
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
chrono = { version = "0.4", features = ["serde"] }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
tui = { version = "0.18", default-features = false, features = ['crossterm', 'serde'] }
thiserror = "1.0"
reqwest = { version = "0.11.10", features = ["json"] }
lazy_static = "1.4.0"
base64 = "0.13.0"
#lava_torrent = "0.7.0"
tempdir = "*"
#magnet-url = "2.0.0"
#urlencoding = "2.1.0"
home = "0.5.3"
bit-vec = "0.6.3"
#procfs = "0.13.0"
tokio = { version = "1.18.0", features = [ "full" ]}
binary-heap-plus = "0.4.1"
tui-tree-widget = "0.9.0"
terminal-light = "1.0.0"