Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml index 37e5dbb444..3e2815e875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,17 +116,8 @@ expect-test = "1.5.1" indexmap = { version = "2.9.0", features = ["serde"] } itertools = "0.14.0" libc = "0.2.172" -libloading = "0.8.8" -memmap2 = "0.9.5" nohash-hasher = "0.2.0" oorandom = "11.1.5" -object = { version = "0.36.7", default-features = false, features = [ - "std", - "read_core", - "elf", - "macho", - "pe", -] } postcard = { version = "1.1.3", features = ["alloc"] } process-wrap = { version = "9.1.0", features = ["std"] } pulldown-cmark-to-cmark = "10.0.4" |