[go: up one dir, main page]

forc 0.6.0

Fuel Orchestrator.
Documentation
[package]
name = "forc"
version = "0.6.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
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"] }
ansi_term = "0.12"
anyhow = "1.0.41"
clap = { version = "3.1.2", features = ["env", "derive"] }
clap_complete = "3.1"
dirs = "3.0.2"
fuel-asm = "0.2"
fuel-gql-client = { version = "0.4", default-features = false }
fuel-tx = "0.6"
fuel-vm = "0.5"
futures = "0.3"
git2 = "0.14"
hex = "0.4.3"
petgraph = { version = "0.6.0", features = ["serde-1"] }
prettydiff = "0.5.0"
reqwest = { version = "0.11.4", default-features = false, features = ["json", "rustls-tls"] }
semver = "1.0.3"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0.73"
sway-core = { version = "0.6.0", path = "../sway-core" }
sway-fmt = { version = "0.6.0", path = "../sway-fmt" }
sway-server = { version = "0.6.0", path = "../sway-server" }
sway-utils = { version = "0.6.0", path = "../sway-utils" }
sway-types = { version = "0.6.0", path = "../sway-types" }
taplo = "0.7"
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"
unicode-xid = "0.2.2"
ureq = "2.4"
url = "2"
uwuify = { version = "^0.2", optional = true }
warp = "0.3"
whoami = "1.1"

[features]
default = []
test = []
util = []
uwu = ["uwuify"]