sway-core 0.3.3

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

[features]
selector-debug = ["structopt", "hex"]

[dependencies]
derivative = "2.2.0"
either = "1.6"
fuel-asm = "0.1"
fuel-vm = "0.2"
hex = { version = "0.4", optional = true }
lazy_static = "1.4"
pest = { version = "3.0.4", package = "fuel-pest" }
pest_derive = { version = "3.0.4", package = "fuel-pest_derive" }
petgraph = "0.5"
prettydiff = "0.5"
sha2 = "0.9"
smallvec = "1.7"
structopt = { version = "0.3", default-features = false, optional = true }
sway-ir = { version = "0.3.3", path = "../sway-ir" }
sway-types = { version = "0.3.3", path = "../sway-types" }
generational-arena = "0.2"
thiserror = "1.0"

[[bin]]
name = "selector-debug"
path = "utils/selector_debug.rs"
required-features = ["selector-debug"]