@@ -17,14 +17,13 @@ bao-tree = { version = "0.15.1", features = ["experimental-mixed", "tokio_fsm",
1717bytes = { version = " 1" , features = [" serde" ] }
1818derive_more = { version = " 2.0.1" , features = [" from" , " try_from" , " into" , " debug" , " display" , " deref" , " deref_mut" ] }
1919futures-lite = " 2.6.0"
20- quinn = { package = " iroh-quinn" , version = " 0.14.0" }
20+ quinn = { package = " iroh-quinn" , version = " 0.14.0" , optional = true }
2121n0-future = " 0.2.0"
2222n0-snafu = " 0.2.2"
2323range-collections = { version = " 0.4.6" , features = [" serde" ] }
2424smallvec = { version = " 1" , features = [" serde" , " const_new" ] }
2525snafu = " 0.8.5"
26- tokio = { version = " 1.43.0" , features = [" full" ] }
27- tokio-util = { version = " 0.7.13" , features = [" full" ] }
26+ tokio = { version = " 1.43.0" , default-features = false , features = [" sync" ] }
2827tracing = " 0.1.41"
2928iroh-io = " 0.6.1"
3029rand = " 0.9.2"
@@ -69,8 +68,11 @@ hide-proto-docs = []
6968metrics = []
7069default = [" hide-proto-docs" , " fs-store" , " rpc" ]
7170fs-store = [" dep:redb" , " dep:reflink-copy" ]
72- rpc = [" irpc/rpc" , " irpc/quinn_endpoint_setup" ]
71+ rpc = [" dep:quinn " , " irpc/rpc" , " irpc/quinn_endpoint_setup" ]
7372
7473[patch .crates-io ]
75- # irpc = { git = "https://github.com/n0-computer/irpc", branch = "Frando/varint-feature" }
76- irpc = { path = " ../irpc" }
74+ irpc = { git = " https://github.com/n0-computer/irpc" , branch = " Frando/varint-feature" }
75+ bao-tree = { git = " https://github.com/n0-computer/bao-tree.git" , branch = " Frando/wasm" }
76+
77+ [build-dependencies ]
78+ cfg_aliases = " 0.2.1"
0 commit comments