Skip to content

Commit c18cc56

Browse files
authored
rm unused lib (#157)
removed unused library as it moved to `mxx`
1 parent 0672192 commit c18cc56

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ license = "MIT OR Apache-2.0"
1313
default = ["debug"]
1414
debug = []
1515
bgm = ["rodio", "reqwest"]
16-
disk = ["libc", "memmap2"]
16+
disk = ["libc", "memmap2", "tempfile"]
1717
cpu = []
1818

1919
[dependencies]
2020
mxx = { git = "https://github.com/MachinaIO/mxx.git" }
2121
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
22-
futures = "0.3"
2322
libc = { version = "0.2", optional = true }
24-
openfhe = { git = "https://github.com/MachinaIO/openfhe-rs.git", branch = "exp/reimpl_trapdoor" }
25-
digest = "0.10"
2623
num-bigint = { version = "0.4", features = ["serde"] }
2724
num-traits = "0.2"
2825
rayon = { version = "1.5" }
@@ -35,11 +32,9 @@ memory-stats = "1.2.0"
3532
serde = { version = "1.0", features = ["derive"] }
3633
serde_json = "1.0"
3734
rodio = { git = "https://github.com/RustAudio/rodio.git", optional = true }
35+
tempfile = { version = "3.19.1", optional = true }
3836
memmap2 = { version = "0.9.5", optional = true }
39-
tempfile = { version = "3.19.1" }
40-
sysinfo = "0.35.2"
4137
once_cell = "1.21.1"
42-
rand_distr = "0.5.1"
4338
dashmap = "6.1.0"
4439
keccak-asm = { version = "0.1.4" }
4540
walkdir = "2"

0 commit comments

Comments
 (0)