fuels-programs 0.77.0

Fuel Rust SDK contracts.
Documentation
# 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"
rust-version = "1.93.0"
name = "fuels-programs"
version = "0.77.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuel Rust SDK contracts."
homepage = "https://fuel.network/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuels-rs"
resolver = "2"

[features]
default = ["std"]
fault-proving = [
    "fuels-core/fault-proving",
    "fuels-accounts/fault-proving",
]
std = [
    "fuels-core/std",
    "fuels-accounts/std",
]

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

[dependencies.async-trait]
version = "0.1.74"
default-features = false

[dependencies.fuel-abi-types]
version = "0.15.3"

[dependencies.fuel-asm]
version = "0.66.2"

[dependencies.fuel-tx]
version = "0.66.2"

[dependencies.fuel-types]
version = "0.66.2"
features = ["default"]

[dependencies.fuels-accounts]
version = "0.77.0"
default-features = false

[dependencies.fuels-core]
version = "0.77.0"
default-features = false

[dependencies.itertools]
version = "0.12.0"

[dependencies.rand]
version = "0.8.5"
features = [
    "std_rng",
    "getrandom",
]
default-features = false

[dependencies.serde_json]
version = "1.0.108"

[dependencies.tokio]
version = "1.34.0"
default-features = false

[dev-dependencies.tempfile]
version = "3.8.1"

[dev-dependencies.test-case]
version = "3.3"
default-features = false