o2-deploy 0.1.21

Contract deployment logic for Fuel O2 exchange
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"
name = "o2-deploy"
version = "0.1.21"
authors = ["O2 Exchange <contact@o2.app>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contract deployment logic for Fuel O2 exchange"
homepage = "https://o2.app/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuel-o2-exports"
resolver = "2"

[features]
integration-tests = []

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

[[bin]]
name = "o2-deploy"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.fuel-core-client]
version = "0.48.0"

[dependencies.fuel-core-types]
version = "0.48.0"
features = ["serde"]

[dependencies.fuels]
version = "0.77.0"

[dependencies.hex]
version = "0.4"

[dependencies.o2-api-types]
version = "=0.1.21"

[dependencies.o2-tools]
version = "=0.1.21"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.12.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2.5"

[dev-dependencies.fuel-core]
version = "0.48.0"
features = ["test-helpers"]
default-features = false