Skip to content

Commit

Permalink
chore(project): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 16, 2024
1 parent b4f4bfb commit 9475b9b
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 358 deletions.
394 changes: 57 additions & 337 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions contracts/axone-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ axone-rdf.workspace = true
blake3 = "1.5.5"
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
Expand All @@ -42,9 +41,7 @@ thiserror.workspace = true
[dev-dependencies]
base64 = "0.22.1"
cucumber = "0.21.1"
cw-multi-test.workspace = true
futures = "0.3.31"
serde_json = "1.0.133"
serde_yaml = "0.9.34"
testing.workspace = true

Expand Down
6 changes: 0 additions & 6 deletions contracts/axone-dataverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,23 @@ axone-cognitarium-client.workspace = true
axone-rdf.workspace = true
base64 = "0.22.1"
bech32 = "0.11.0"
bs58 = "0.5.1"
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
itertools = "0.13.0"
multibase = "0.9.1"
rio_api.workspace = true
rio_turtle.workspace = true
ripemd = "0.1.3"
schemars.workspace = true
serde.workspace = true
sha2 = "0.10.8"
thiserror.workspace = true
unsigned-varint = "0.8.0"

[dev-dependencies]
base64 = "0.22.1"
cw-multi-test.workspace = true
testing.workspace = true
url = "2.5.4"

[features]
# use library feature to disable all instantiate/execute/query exports
Expand Down
3 changes: 0 additions & 3 deletions contracts/axone-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ axone-objectarium-client.workspace = true
axone-wasm.workspace = true
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
itertools = "0.13.0"
schemars.workspace = true
serde.workspace = true
thiserror.workspace = true

[dev-dependencies]
cw-multi-test.workspace = true
testing.workspace = true
url = "2.5.4"

Expand Down
5 changes: 3 additions & 2 deletions contracts/axone-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ base16ct = { version = "0.2.0", features = ["alloc"] }
bs58 = "0.5.1"
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
cosmwasm-storage.workspace = true
cw-storage-plus.workspace = true
cw-utils.workspace = true
cw2.workspace = true
Expand All @@ -43,9 +42,11 @@ thiserror.workspace = true

[dev-dependencies]
base64 = "0.22.1"
cw-multi-test.workspace = true
testing.workspace = true

[features]
# use library feature to disable all instantiate/execute/query exports
library = []

[package.metadata.cargo-machete]
ignored = ["md5"]
4 changes: 0 additions & 4 deletions packages/axone-logic-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ repository = { workspace = true }
version = { workspace = true }

[dependencies]
axone-wasm.workspace = true
cosmwasm-std.workspace = true
form_urlencoded = "1.2.1"
schemars.workspace = true
serde.workspace = true
serde-json-wasm.workspace = true
thiserror.workspace = true
url = "2.5.4"
1 change: 0 additions & 1 deletion packages/axone-objectarium-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ version = { workspace = true }
axone-objectarium.workspace = true
axone-wasm.workspace = true
cosmwasm-std.workspace = true
schemars.workspace = true
serde.workspace = true
2 changes: 0 additions & 2 deletions packages/axone-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ repository = { workspace = true }
version = { workspace = true }

[dependencies]
cosmwasm-std.workspace = true
form_urlencoded = "1.2.1"
schemars.workspace = true
serde.workspace = true
serde-json-wasm.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit 9475b9b

Please sign in to comment.