[go: up one dir, main page]

forc 0.2.1

Fuel Orchestrator.
Documentation
[package]
name = "forc"
version = "0.2.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"
description = "Fuel Orchestrator."

[dependencies]
annotate-snippets = { version = "0.9", features = ["color"] } # used for formating error/warning print
anyhow = "1.0.41"
curl = "0.4.38"
dirs = "3.0.2"
flate2 = "1.0.20"
fuel-asm = "0.1" 
fuel-gql-client = { version = "0.1", default-features = false }
fuel-tx = "0.1"
fuel-vm = "0.1"
futures = "0.3"
hex = "0.4.3"
prettydiff = "0.4.0"
reqwest = { version = "0.11.4", features = ["json"] }
semver = "1.0.3"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0.73"
source-span = "2.4"
structopt = "0.3"
sway-core = { version = "0.2.1", path = "../sway-core" }
sway-fmt = { version = "0.2.1", path = "../sway-fmt" }
sway-server = { version = "0.2.1", path = "../sway-server" }
sway-utils = { version = "0.2.1", path = "../sway-utils" }
sway-types = { version = "0.2.1", path = "../sway-types" }
tar = "0.4.35"
term-table = "1.3"
termcolor = "1.1"
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread", "process"] }
toml = "0.5"
whoami = "1.1"

[features]
default = []
test = []
util = []