# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "avm-data-store" version = "0.7.9" authors = ["Fluence Labs"] description = "Definition of the AVM DataStore trait" documentation = "https://docs.rs/avm-data-store" keywords = [ "fluence", "air", "webassembly", "programming-language", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/data-store" [lib] name = "avm_data_store" path = "src/lib.rs" [dependencies.avm-interface] version = "0.32.1" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_bytes] version = "0.11.9" [dev-dependencies.serde_json] version = "1.0.108"