# 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" rust-version = "1.79.0" name = "fuels-code-gen" version = "0.66.10" authors = ["Fuel Labs "] description = "Used for code generation in the Fuel Rust SDK" homepage = "https://fuel.network/" license = "Apache-2.0" repository = "https://github.com/FuelLabs/fuels-rs" [package.metadata.cargo-machete] ignored = ["Inflector"] [dependencies.Inflector] version = "0.11.4" [dependencies.fuel-abi-types] version = "0.7.0" [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