2020-12-21 13:35:37 +03:00
|
|
|
[package]
|
|
|
|
name = "fluence-it-types"
|
2022-11-28 18:53:31 +03:00
|
|
|
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" }
|
|
|
|
|
2022-12-26 18:01:44 +00:00
|
|
|
serde = { version = "1.0.152", features = ["derive", "rc"]}
|
2020-12-28 22:33:58 +03:00
|
|
|
|
2022-09-16 18:06:31 +03:00
|
|
|
nom = { version = "7.1", optional = true }
|
2023-02-13 15:38:03 +00:00
|
|
|
wast = { version = "53.0", optional = true }
|
2020-12-28 22:33:58 +03:00
|
|
|
|
2021-09-01 13:29:00 +03:00
|
|
|
variant_count = "1.1"
|
|
|
|
|
2020-12-28 22:33:58 +03:00
|
|
|
[features]
|
|
|
|
impls = ["nom", "wast"]
|