mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
24 lines
652 B
TOML
24 lines
652 B
TOML
[package]
|
|
name = "avm-data-store"
|
|
version = "0.7.3"
|
|
description = "Definition of the AVM DataStore trait"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
documentation = "https://docs.rs/avm-data-store"
|
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/data-store"
|
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
|
categories = ["wasm"]
|
|
|
|
[lib]
|
|
name = "avm_data_store"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
avm-interface = { version = "0.29.3", path = "../../avm/interface"}
|
|
serde = { version = "1.0.190", features = ["derive"] }
|
|
serde_bytes = "0.11.9"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.108"
|