# 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-core-gas-price-service" version = "0.40.2" authors = ["Fuel Labs "] description = "Service for updating the gas price algorithm" homepage = "https://fuel.network/" license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.enum-iterator] version = "1.2" [dependencies.fuel-core-services] version = "0.40.2" [dependencies.fuel-core-storage] version = "0.40.2" features = ["std"] default-features = false [dependencies.fuel-core-types] version = "0.40.2" features = ["std"] default-features = false [dependencies.fuel-gas-price-algorithm] version = "0.40.2" [dependencies.futures] version = "0.3" [dependencies.num_enum] version = "0.7" [dependencies.parking_lot] version = "0.12" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "cookies", "json", ] default-features = false [dependencies.serde] version = "1.0" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.27" default-features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dev-dependencies.fuel-core-services] version = "0.40.2" features = ["test-helpers"] [dev-dependencies.fuel-core-storage] version = "0.40.2" features = ["test-helpers"] default-features = false