# 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 = "2024"
name = "fvm_integration_tests"
version = "4.8.1"
authors = [
    "Protocol Labs",
    "Filecoin Core Devs",
    "Polyphene",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filecoin Virtual Machine integration tests framework"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/filecoin-project/ref-fvm"

[features]
calibration = ["fvm/gas_calibration"]
default = []
m2-native = []

[lib]
name = "fvm_integration_tests"
path = "src/lib.rs"

[[example]]
name = "integration"
path = "examples/integration.rs"

[[test]]
name = "basic_send_test"
path = "tests/basic_send_test.rs"

[[test]]
name = "embryo_sender_test"
path = "tests/embryo_sender_test.rs"

[[test]]
name = "events_test"
path = "tests/events_test.rs"

[[test]]
name = "fil_integer_overflow"
path = "tests/fil_integer_overflow.rs"

[[test]]
name = "fil_syscall"
path = "tests/fil_syscall.rs"

[[test]]
name = "gas_calibration_test"
path = "tests/gas_calibration_test.rs"

[[test]]
name = "gasfuzz"
path = "tests/gasfuzz.rs"

[[test]]
name = "gaslimit_test"
path = "tests/gaslimit_test.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[bench]]
name = "compile"
path = "benches/compile.rs"
harness = false

[dependencies.ambassador]
version = "0.4.1"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.cid]
version = "0.11.1"
default-features = false

[dependencies.fvm]
version = "~4.8.1"
features = [
    "testing",
    "upgrade-actor",
    "verify-signature",
]
default-features = false

[dependencies.fvm_ipld_blockstore]
version = "0.3.1"

[dependencies.fvm_ipld_car]
version = "0.9.0"

[dependencies.fvm_ipld_encoding]
version = "0.5.3"

[dependencies.fvm_sdk]
version = "~4.8.1"

[dependencies.fvm_shared]
version = "~4.8.1"
features = ["testing"]
default-features = false

[dependencies.k256]
version = "0.13.4"
features = ["ecdsa"]
default-features = false

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.multihash-codetable]
version = "0.1.4"
features = ["blake2b"]
default-features = false

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false

[dependencies.thiserror]
version = "2.0.12"

[dependencies.wasmtime]
version = "36"
features = [
    "cranelift",
    "pooling-allocator",
    "parallel-compilation",
    "runtime",
    "cranelift",
    "parallel-compilation",
]
default-features = false

[dev-dependencies.blake2b_simd]
version = "1.0.4"

[dev-dependencies.bls-signatures]
version = "0.15"
default-features = false

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.minstant]
version = "0.1.7"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.wat]
version = "1.228.0"