@@ -41,8 +41,7 @@ indicatif = { version = "0.17.8", optional = true }
4141iroh-base = { version = " 0.28.0" , features = [" redb" ] }
4242iroh-io = { version = " 0.6.0" , features = [" stats" ] }
4343iroh-metrics = { version = " 0.28.0" , default-features = false }
44- iroh-net = { version = " 0.28.1" }
45- iroh-router = " 0.28.0"
44+ iroh = { version = " 0.28.1" }
4645nested_enum_utils = { version = " 0.1.0" , optional = true }
4746num_cpus = " 1.15.0"
4847oneshot = " 0.1.8"
@@ -76,13 +75,12 @@ tracing-futures = "0.2.5"
7675walkdir = { version = " 2.5.0" , optional = true }
7776
7877# Examples
79- iroh = { version = " 0.28" , optional = true }
8078console = { version = " 0.15.8" , optional = true }
8179
8280[dev-dependencies ]
8381http-body = " 1.0"
8482iroh-test = { version = " 0.28" }
85- iroh-net = { version = " 0.28" , features = [" test-utils" ] }
83+ iroh = { version = " 0.28" , features = [" test-utils" ] }
8684futures-buffered = " 0.2.4"
8785proptest = " 1.0.0"
8886serde_json = " 1.0.107"
@@ -116,7 +114,12 @@ rpc = [
116114 " downloader" ,
117115]
118116
119- example-iroh = [" dep:iroh" , " dep:clap" , " dep:indicatif" , " dep:console" ]
117+ example-iroh = [
118+ " dep:clap" ,
119+ " dep:indicatif" ,
120+ " dep:console" ,
121+ " iroh/discovery-local-network"
122+ ]
120123
121124[package .metadata .docs .rs ]
122125all-features = true
@@ -177,8 +180,6 @@ panic = 'abort'
177180incremental = false
178181
179182[patch .crates-io ]
180- iroh-router = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
181- iroh-net = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
182183iroh-metrics = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
183184iroh-base = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
184185iroh = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
0 commit comments