11[package ]
22name = " mithril-client-cli"
3- version = " 0.12.6 "
3+ version = " 0.12.7 "
44description = " A Mithril Client"
55authors = { workspace = true }
66edition = { workspace = true }
@@ -31,13 +31,21 @@ chrono = { workspace = true }
3131clap = { workspace = true }
3232cli-table = " 0.5.0"
3333config = { workspace = true }
34+ flate2 = " 1.1.1"
3435fs2 = " 0.4.3"
3536futures = " 0.3.31"
3637human_bytes = { version = " 0.4.3" , features = [" fast" ] }
3738indicatif = { version = " 0.17.11" , features = [" tokio" ] }
3839mithril-cli-helper = { path = " ../internal/mithril-cli-helper" }
3940mithril-client = { path = " ../mithril-client" , features = [" fs" , " unstable" ] }
4041mithril-doc = { path = " ../internal/mithril-doc" }
42+ reqwest = { workspace = true , features = [
43+ " default" ,
44+ " gzip" ,
45+ " zstd" ,
46+ " deflate" ,
47+ " brotli"
48+ ] }
4149serde = { workspace = true }
4250serde_json = { workspace = true }
4351slog = { workspace = true , features = [
@@ -47,8 +55,12 @@ slog = { workspace = true, features = [
4755slog-async = { workspace = true }
4856slog-bunyan = { workspace = true }
4957slog-term = { workspace = true }
58+ tar = " 0.4.44"
5059thiserror = { workspace = true }
5160tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
61+ zip = " 4.0.0"
5262
5363[dev-dependencies ]
64+ httpmock = " 0.7.0"
5465mithril-common = { path = " ../mithril-common" , features = [" test_tools" ] }
66+ mockall = { workspace = true }
0 commit comments