# 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 = "fuel-types" version = "0.58.2" authors = ["Fuel Labs "] description = "Atomic types of the FuelVM." homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "primitives", ] categories = [ "cryptography::cryptocurrencies", "data-structures", "parsing", ] license = "Apache-2.0" repository = "https://github.com/FuelLabs/fuel-vm" [[bench]] name = "bench" harness = false [dependencies.fuel-derive] version = "0.58.2" default-features = false [dependencies.hex] version = "0.4" default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.wasm-bindgen] version = "0.2.88" optional = true [dev-dependencies.bincode] version = "1.3" default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.postcard] version = "1.0" features = ["use-std"] [dev-dependencies.rand] version = "0.8" features = ["std_rng"] default-features = false [dev-dependencies.serde_json] version = "1.0" [features] alloc = ["hex/alloc"] default = [ "std", "serde?/default", ] random = ["rand"] serde = [ "dep:serde", "alloc", ] std = [ "alloc", "serde?/std", "hex/std", ] typescript = ["wasm-bindgen"] unsafe = []