# 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" rust-version = "1.69.0" name = "fuel-contract-message-predicate" version = "0.2.0" authors = ["Fuel Labs "] description = "Script and predicate for relaying contract messages." homepage = "https://fuel.network/" license = "Apache-2.0" repository = "https://github.com/FuelLabs/bridge-message-predicates" resolver = "1" [[test]] name = "integration_tests" path = "tests/harness.rs" harness = true [dependencies.fuel-asm] version = "0.31.2" [dependencies.fuel-tx] version = "0.31.2" [dependencies.sha2] version = "0.10.6" [dev-dependencies.fuel-core-interfaces] version = "0.15.3" [dev-dependencies.fuels] version = "0.43.0" features = ["fuel-core-lib"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.insta] version = "1.28" [dev-dependencies.tokio] version = "1.27" features = [ "rt", "macros", ]