-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
40 lines (38 loc) · 909 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
33
34
35
36
37
38
39
40
[package]
name = "emuman"
description = "Utility for managing emulator ROM files."
version = "2.10.2"
authors = ["Brian Langenberger <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tuffy/emuman"
edition = "2021"
[dependencies]
clap = {version = "4.5", features=["derive"]}
sha1_smol = "1.0"
rayon = "1.10"
walkdir = "2"
directories = "5.0"
serde = "1.0"
serde_derive = "1.0"
toml = "0.8"
ciborium = "0.2"
fxhash = "0.2"
nohash = "0.2"
indicatif = {version = "0.17", features=["rayon"]}
zip = "2.2"
dashmap = {version = "6.1", features=["rayon"]}
attohttpc = "0.28"
quick-xml = {version = "0.26", features=["serialize"]}
url = "2.5"
hex = "0.4"
base64 = "0.22"
inquire = "0.7"
iter-group = "0.2"
comfy-table = "7.1"
bitstream-io = "2.2"
terminal_size = "0.4"
filesize = "0.2"
fnv = "1.0.7"
sevenz-rust = "0.6"
[target.'cfg(not(target_os = "windows"))'.dependencies]
xattr = "1.3"