File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,13 @@ license = "MIT OR Apache-2.0"
1313default = [" debug" ]
1414debug = []
1515bgm = [" rodio" , " reqwest" ]
16- disk = [" libc" , " memmap2" ]
16+ disk = [" libc" , " memmap2" , " tempfile " ]
1717cpu = []
1818
1919[dependencies ]
2020mxx = { git = " https://github.com/MachinaIO/mxx.git" }
2121tokio = { version = " 1" , features = [" fs" , " rt-multi-thread" , " macros" ] }
22- futures = " 0.3"
2322libc = { version = " 0.2" , optional = true }
24- openfhe = { git = " https://github.com/MachinaIO/openfhe-rs.git" , branch = " exp/reimpl_trapdoor" }
25- digest = " 0.10"
2623num-bigint = { version = " 0.4" , features = [" serde" ] }
2724num-traits = " 0.2"
2825rayon = { version = " 1.5" }
@@ -35,11 +32,9 @@ memory-stats = "1.2.0"
3532serde = { version = " 1.0" , features = [" derive" ] }
3633serde_json = " 1.0"
3734rodio = { git = " https://github.com/RustAudio/rodio.git" , optional = true }
35+ tempfile = { version = " 3.19.1" , optional = true }
3836memmap2 = { version = " 0.9.5" , optional = true }
39- tempfile = { version = " 3.19.1" }
40- sysinfo = " 0.35.2"
4137once_cell = " 1.21.1"
42- rand_distr = " 0.5.1"
4338dashmap = " 6.1.0"
4439keccak-asm = { version = " 0.1.4" }
4540walkdir = " 2"
You can’t perform that action at this time.
0 commit comments