/ test-framework / Cargo.toml
Cargo.toml
 1  [package]
 2  name = "adl-test-framework"
 3  version = "3.4.0"
 4  authors = [ "The Leo Team <leo@provable.com>" ]
 5  description = "The testing framework for the Leo programming language"
 6  homepage = "https://adl-lang.org"
 7  repository = "https://github.com/ProvableHQ/leo"
 8  keywords = [
 9    "aleo",
10    "cryptography",
11    "adl",
12    "programming-language",
13    "zero-knowledge"
14  ]
15  categories = [ "compilers", "cryptography" ]
16  include = [ "Cargo.toml", "src", "LICENSE.md" ]
17  license = "GPL-3.0"
18  edition = "2024"
19  
20  [dependencies.rayon]
21  workspace = true
22  
23  [dependencies.walkdir]
24  workspace = true
25  
26  [features]
27  no_parallel = [ ]