Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 13, 2024
1 parent 3ffdca4 commit 457974d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions iroh-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,45 @@ name = "iroh"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.81"
bao-tree = "0.10.1"
bytes = "1.5.0"
clap = { version = "4", features = ["derive"] }
colored = { version = "2.0.4" }
comfy-table = { version = "7.0.1" }
config = { version = "0.13.1", default-features = false, features = ["toml", "preserve_order"] }
console = { version = "0.15.5" }
derive_more = { version = "1.0.0-beta.1", features = ["display"] }
dialoguer = { version = "0.11.0", default-features = false }
dirs-next = { version = "2.0.0" }
futures = "0.3.30"
hex = "0.4.3"
human-time = { version = "0.1.6" }
indicatif = { version = "0.17", features = ["tokio"] }
iroh = { version = "0.12.0", path = "../iroh", features = ["metrics"] }
iroh-metrics = { version = "0.12.0", path = "../iroh-metrics" }
human-time = { version = "0.1.6" }
multibase = { version = "0.9.1" }
num_cpus = "1.16.0"
parking_lot = "0.12.1"
postcard = "1.0.8"
portable-atomic = "1"
quic-rpc = { version = "0.7.0", features = ["flume-transport", "quinn-transport"] }
quinn = "0.10.2"
rand = "0.8.5"
rustyline = { version = "12.0.0" }
shell-words = { version = "1.1.0" }
shellexpand = { version = "3.1.0" }
serde = { version = "1.0.197", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.58"
time = { version = "0.3", features = ["formatting"] }
toml = { version = "0.8" }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
url = { version = "2.4", features = ["serde"] }
anyhow = "1.0.81"
tokio = { version = "1.36.0", features = ["full"] }
tokio-util = { version = "0.7", features = ["codec", "io-util", "io", "time"] }
tempfile = "3.10.1"
hex = "0.4.3"
quinn = "0.10.2"
num_cpus = "1.16.0"
postcard = "1.0.8"
portable-atomic = "1"
futures = "0.3.30"
serde = { version = "1.0.197", features = ["derive"] }
tracing = "0.1.40"
thiserror = "1.0.58"
quic-rpc = { version = "0.7.0", features = ["flume-transport", "quinn-transport"] }
bao-tree = "0.10.1"
rand = "0.8.5"
bytes = "1.5.0"
parking_lot = "0.12.1"
derive_more = { version = "1.0.0-beta.1", features = ["display"] }
strum = { version = "0.26.2", features = ["derive"] }
url = { version = "2.4", features = ["serde"] }

[dev-dependencies]
duct = "0.13.6"
Expand Down

0 comments on commit 457974d

Please sign in to comment.