Skip to content

Commit

Permalink
[move] Cleanup move-trace-format deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tzakian committed Feb 13, 2025
1 parent 0951ac4 commit 2f12c61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
8 changes: 0 additions & 8 deletions external-crates/move/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions external-crates/move/crates/move-trace-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,10 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
anyhow.workspace = true
proptest = { workspace = true, optional = true }
proptest-derive = { workspace = true, optional = true }
ref-cast.workspace = true
variant_count.workspace = true
move-core-types.workspace = true
serde.workspace = true
enum-compat-util.workspace = true
move-proc-macros.workspace = true
move-binary-format.workspace = true

# wasm support (requires js feature of getrandom)
getrandom = { workspace = true, features = ["js"], optional = true }
serde_json = { workspace = true, features = ["arbitrary_precision"] }

[dev-dependencies]
proptest.workspace = true
proptest-derive.workspace = true
move-core-types = { workspace = true, features = ["fuzzing" ] }

[features]
default = []
fuzzing = ["proptest", "proptest-derive", "move-core-types/fuzzing"]
wasm = ["getrandom"]

0 comments on commit 2f12c61

Please sign in to comment.