[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "1.1"
[dev-dependencies.rand]
version = "0.8"
[lib]
name = "fuel_gas_price_algorithm"
path = "src/lib.rs"
[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
description = "Fuel gas price algorithm"
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "fuel", "fuel-vm", "gas-price"]
license = "BUSL-1.1"
name = "fuel-gas-price-algorithm"
repository = "https://github.com/FuelLabs/fuel-core"
version = "0.40.0"