# 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-sequencer-proto" version = "0.1.0" authors = ["Fuel Labs "] build = "build.rs" publish = true description = "Fuel SDK to interact with sequencer." homepage = "https://fuel.network/" readme = "README.md" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "vm", ] categories = [ "concurrency", "cryptography::cryptocurrencies", ] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/sequencer-rs-sdk" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.11" [build-dependencies.regex] version = "1.10"