diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index 1b687882..1119c5e2 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -13,8 +13,7 @@ Library for automating workflows and testing NEAR smart contracts. async-trait = "0.1" base64 = "0.22" bs58 = "0.5" -cargo_metadata = { version = "0.18", optional = true } -cargo-near-build = { version = "0.2.0" } +cargo-near-build = { version = "0.2.0", optional = true } chrono = "0.4.19" fs2 = "0.4" rand = "0.8.4" @@ -57,9 +56,9 @@ tracing-subscriber = { version = "0.3.5", features = ["env-filter"] } [features] default = ["install"] -install = [] # Install the sandbox binary during compile time +install = [] # Install the sandbox binary during compile time interop_sdk = ["near-sdk"] -unstable = ["cargo_metadata"] +unstable = ["dep:cargo-near-build"] experimental = ["near-chain-configs"] [package.metadata.docs.rs]