25 lines
506 B
TOML
Raw Normal View History

2020-12-21 13:35:37 +03:00
[package]
name = "fluence-it-types"
version = "0.3.3"
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
2021-04-20 23:39:16 +03:00
[lib]
name = "fluence_it_types"
path = "src/lib.rs"
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" }
serde = { version = "1.0.152", features = ["derive", "rc"]}
2020-12-28 22:33:58 +03:00
nom = { version = "7.1", optional = true }
wast = { version = "53.0", optional = true }
2020-12-28 22:33:58 +03:00
variant_count = "1.1"
2020-12-28 22:33:58 +03:00
[features]
impls = ["nom", "wast"]