aquavm/crates/data-store/Cargo.toml

24 lines
670 B
TOML
Raw Normal View History

[package]
name = "avm-data-store"
2022-09-13 16:08:47 +00:00
version = "0.4.1"
2021-10-05 17:08:10 +00:00
description = "Definition of the AVM DataStore trait"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
2021-10-05 17:08:10 +00:00
documentation = "https://docs.rs/avm-data-store"
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/data-store"
publish = true # this crate is used by avm server that in its turn is used by the node
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]
[lib]
name = "avm_data_store"
path = "src/lib.rs"
[dependencies]
serde = { version = "1.0.145", features = ["derive"] }
serde_bytes = "0.11.7"
[dev-dependencies]
serde_json = "1.0.86"