summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8faa8f47516de5b3bf85e909c3cb58800e1b2c4e (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
[package]
name = "mesk"
version = "0.0.1"
edition = "2024"
license = "GPL-3.0"
authors = [ "namilsk <namilsk@namilsk.tech>", 
           "asya <asyamozgoff@gmail.com>" ]
description = "An i2p-based package manager developed by Anthrill project"



[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
toml = { version = "0.9.8", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.48.0", features = ["fs", "io-util", "macros", "rt"] }
reqwest = { version = "0.12.24", features = ["stream"] }
flate2 = "1.1.5"
log = "0.4.28"
sqlite = "0.37.0"
tar = "0.4.44"
emissary-core = "0.2.0"
yosemite = "0.6.1"
cc = "1.2.48"
url = "2.5.7"
indicatif = "0.18.3"
futures-util = "0.3.31"
zip = "6.0.0"

[dev-dependencies]
env_logger = "0.11.8"
log = "0.4.28"
mockito = "1.7.1"
tempfile = "3.23.0"
tokio-test = "0.4.4"