@@ -41,8 +41,7 @@ indicatif = { version = "0.17.8", optional = true }
41
41
iroh-base = { version = " 0.28.0" , features = [" redb" ] }
42
42
iroh-io = { version = " 0.6.0" , features = [" stats" ] }
43
43
iroh-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" }
46
45
nested_enum_utils = { version = " 0.1.0" , optional = true }
47
46
num_cpus = " 1.15.0"
48
47
oneshot = " 0.1.8"
@@ -76,13 +75,12 @@ tracing-futures = "0.2.5"
76
75
walkdir = { version = " 2.5.0" , optional = true }
77
76
78
77
# Examples
79
- iroh = { version = " 0.28" , optional = true }
80
78
console = { version = " 0.15.8" , optional = true }
81
79
82
80
[dev-dependencies ]
83
81
http-body = " 1.0"
84
82
iroh-test = { version = " 0.28" }
85
- iroh-net = { version = " 0.28" , features = [" test-utils" ] }
83
+ iroh = { version = " 0.28" , features = [" test-utils" ] }
86
84
futures-buffered = " 0.2.4"
87
85
proptest = " 1.0.0"
88
86
serde_json = " 1.0.107"
@@ -116,7 +114,12 @@ rpc = [
116
114
" downloader" ,
117
115
]
118
116
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
+ ]
120
123
121
124
[package .metadata .docs .rs ]
122
125
all-features = true
@@ -177,8 +180,6 @@ panic = 'abort'
177
180
incremental = false
178
181
179
182
[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" }
182
183
iroh-metrics = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
183
184
iroh-base = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
184
185
iroh = { git = " https://github.com/n0-computer/iroh" , branch = " main" }
0 commit comments