# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.82.0" name = "leo-test-framework" version = "2.4.0" authors = ["The Leo Team "] build = false include = [ "Cargo.toml", "src", "benches", "README.md", "LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The testing framework for the Leo programming language" homepage = "https://leo-lang.org" readme = "README.md" keywords = [ "aleo", "cryptography", "leo", "programming-language", "zero-knowledge", ] categories = [ "compilers", "cryptography", "web-programming", ] license = "GPL-3.0" repository = "https://github.com/ProvableHQ/leo" resolver = "2" [lib] name = "leo_test_framework" path = "src/lib.rs" [[bin]] name = "errcov" path = "src/bin/errcov.rs" [[bench]] name = "leo_compiler" path = "benches/leo_compiler.rs" harness = false [dependencies.backtrace] version = "0.3.74" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.indexmap] version = "2.6" features = ["serde"] [dependencies.leo-errors] version = "2.4.0" [dependencies.serde] version = "1.0.214" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.toml] version = "0.8" features = ["preserve_order"] [dependencies.walkdir] version = "2.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.snarkvm] version = "1.1.0"