forc-crypto 0.71.1

A `forc` plugin for handling various cryptographic operations and conversions.
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 = "2021"
name = "forc-crypto"
version = "0.71.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A `forc` plugin for handling various cryptographic operations and conversions."
homepage = "https://fuel.network/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/forc"

[features]
default = ["telemetry"]
telemetry = ["forc-tracing/telemetry"]

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

[[bin]]
name = "forc-crypto"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.forc-tracing]
version = "0.72.0"

[dependencies.forc-util]
version = "0.71.0"

[dependencies.fuel-core-types]
version = "0.48"
default-features = false

[dependencies.fuel-crypto]
version = "0.66"
features = ["random"]

[dependencies.fuels-accounts]
version = "0.77"

[dependencies.fuels-core]
version = "0.77"

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.libp2p-identity]
version = "0.2"
features = [
    "peerid",
    "secp256k1",
]

[dependencies.openssl]
version = "0.10"
features = ["vendored"]

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.7"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha3]
version = "0.10"

[dependencies.termion]
version = "4.0"

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

[dependencies.tracing]
version = "0.1"

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

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

[lints.clippy]
all = "warn"

[lints.rust]
missing_docs = "allow"