Skip to content

Dependencies

Back to Architecture

Core

CratePurpose
solang-parserSolidity parsing (AST generation)
clapCLI argument parsing
serde / serde_jsonJSON serialization (manifest, standard-json)
sha2 / sha3 / ripemdCryptographic hash functions
thiserror / anyhowError handling
once_cellLazy static initialization (opcode/syscall tables)
hexHex encoding/decoding

Dev / Test

CratePurpose
criterionBenchmarking
proptestProperty-based testing
tempfileTemporary file utilities for tests

MIT Licensed