-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (29 loc) · 886 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 = "rhfs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7.10"
futures-util = "0.3"
chrono = "0.4.28"
mime_guess = "2.0.4"
md5 = "0.7.0"
urlencoding = "2.1.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.4.0"
flate2 = "1.0.27"
log = "0.4"
env_logger = "0.10"
base64 = "0.21.4"
url = "2.4.1"
async-recursion = "1.0.5"
[target.'cfg(target_os = "linux")']
[target.'cfg(target_os = "windows")']
[target.'cfg(target_os = "macos")']
[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "arm", target_arch = "armv7"))']