# 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 = "2021" name = "air-testing-framework" version = "0.11.1" authors = [ "Fluence DAO", "Cloudless Labs", ] description = "AquaVM testing framework" documentation = "https://docs.rs/air-testing-framework" keywords = [ "fluence", "air", "test", ] license = "AGPL-3.0-only" repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/test-framework" [lib] name = "air_test_framework" path = "src/lib.rs" [dependencies.air-interpreter-signatures] version = "0.1.7" [dependencies.air-test-utils] version = "0.18.1" [dependencies.aquavm-air-parser] version = "0.12.0" [dependencies.async-recursion] version = "1.0.5" [dependencies.fluence-keypair] version = "0.10.4" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.10.5" [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.1.0" [dependencies.regex] version = "1.10.2" [dependencies.serde_json] version = "1.0.108" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.35.1" features = [ "rt", "macros", ] [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "1.3.0"