fuels-code-gen 0.77.0

Used for code generation in the Fuel Rust SDK
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-code-gen"
version = "0.77.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Used for code generation in the Fuel Rust SDK"
homepage = "https://fuel.network/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuels-rs"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["Inflector"]

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

[dependencies.Inflector]
version = "0.11.4"

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

[dependencies.itertools]
version = "0.12.0"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.quote]
version = "1.0.33"

[dependencies.regex]
version = "1.10.2"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.syn]
version = "2.0.39"

[dev-dependencies.pretty_assertions]
version = "1.4"
features = ["alloc"]
default-features = false