@@ -30,16 +30,16 @@ iroh-io = { version = "0.6.0", features = ["stats"] }
3030iroh-metrics = { version = " 0.28.0" , default-features = false }
3131iroh-net = { version = " 0.28.1" }
3232iroh-router = " 0.28.0"
33+ nested_enum_utils = { version = " 0.1.0" , optional = true }
3334num_cpus = " 1.15.0"
34- nested_enum_utils = { version = " 0.1" , optional = true }
3535oneshot = " 0.1.8"
3636parking_lot = { version = " 0.12.1" , optional = true }
3737pin-project = " 1.1.5"
3838portable-atomic = { version = " 1" , optional = true }
3939postcard = { version = " 1" , default-features = false , features = [" alloc" , " use-std" , " experimental-derive" ] }
40- quinn = { package = " iroh-quinn" , version = " 0.12" , features = [" ring" ] }
4140quic-rpc = { git = " https://github.com/n0-computer/quic-rpc.git" , branch = " map-transports-not-services" , optional = true }
4241quic-rpc-derive = { git = " https://github.com/n0-computer/quic-rpc.git" , branch = " map-transports-not-services" , optional = true }
42+ quinn = { package = " iroh-quinn" , version = " 0.12" , features = [" ring" ] }
4343rand = " 0.8"
4444range-collections = " 0.4.0"
4545redb = { version = " 2.0.0" , optional = true }
@@ -82,9 +82,6 @@ fs-store = ["dep:reflink-copy", "redb", "dep:redb_v1", "dep:tempfile"]
8282metrics = [" iroh-metrics/metrics" ]
8383redb = [" dep:redb" ]
8484rpc = [" dep:quic-rpc" , " dep:quic-rpc-derive" , " dep:nested_enum_utils" , " dep:strum" , " dep:futures-util" , " dep:ref-cast" , " dep:portable-atomic" , " dep:walkdir" , " downloader" ]
85- ref-cast = [" dep:ref-cast" ]
86- portable-atomic = [" dep:portable-atomic" ]
87- walkdir = [" dep:walkdir" ]
8885
8986[package .metadata .docs .rs ]
9087all-features = true
0 commit comments