/ circuit / network / Cargo.toml
Cargo.toml
 1  [package]
 2  name = "alphavm-circuit-network"
 3  version = "4.4.0"
 4  authors = [ "The Aleo Team <hello@aleo.org>" ]
 5  description = "Network circuit library for a decentralized virtual machine"
 6  homepage = "https://aleo.org"
 7  repository = "https://github.com/ProvableHQ/snarkVM"
 8  license = "Apache-2.0"
 9  edition = "2024"
10  
11  [dependencies.alphavm-console-network]
12  workspace = true
13  
14  [dependencies.alphavm-circuit-algorithms]
15  workspace = true
16  
17  [dependencies.alphavm-circuit-collections]
18  workspace = true
19  
20  [dependencies.alphavm-circuit-types]
21  workspace = true
22  
23  [dev-dependencies.alphavm-console-types]
24  workspace = true
25  
26  [features]
27  wasm = [ "alphavm-console-network/wasm" ]