19 lines
429 B
TOML
Raw Normal View History

2020-12-21 13:35:37 +03:00
[package]
name = "fluence-it-types"
2021-04-19 21:21:59 +03:00
version = "0.2.0"
2020-12-21 13:35:37 +03:00
description = "Definitions of IValue and IType"
authors = ["Fluence Labs"]
edition = "2018"
2020-12-28 22:33:58 +03:00
license = "Apache-2.0"
2020-12-21 13:35:37 +03:00
[dependencies]
2020-12-29 12:32:17 +03:00
it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
2020-12-21 13:35:37 +03:00
serde = { version = "1.0.118", features = ["derive", "rc"]}
2020-12-28 22:33:58 +03:00
nom = { version = "5.1", optional = true }
wast = { version = "8.0", optional = true }
[features]
impls = ["nom", "wast"]