Registry / utility / move-deps

move-deps

JSON →
libraryrscratesunverified

Dependencies for the Move smart contract language, used in Aptos.

# Cargo.toml [dependencies] move-deps = "latest"
INSTALL
IMPORT
SIG · MOVE-DEPS
M
move-deps
utilityrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AccountAddress
use move_deps::move_core_types::account_address::AccountAddress;

Generates a random Move account address.

use move_deps::move_core_types::account_address::AccountAddress; fn main() { let addr = AccountAddress::random(); println!("Address: {}", addr); }
Debug
Known issues
gotchaThis crate is part of the Aptos codebase and may have unstable APIs.
fix
Pin to a specific git commit or version from the Aptos repository.
affects: *
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
move-deps — cargo add move-deps · libregistry