mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
84af9c6185
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
18 lines
688 B
TOML
18 lines
688 B
TOML
[package]
|
|
name = "air-interpreter-cid"
|
|
description = "AIR interpreter CID util module"
|
|
version = "0.2.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
documentation = "https://docs.rs/air-interpreter-cid"
|
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-cid"
|
|
keywords = ["fluence", "air", "programming-language", "cid", "ipld"]
|
|
categories = ["wasm"]
|
|
|
|
[dependencies]
|
|
cid = { version = "0.10.1", default-features = false, features = ["std"] }
|
|
multihash = { version = "0.18.0", default-features = false, features = ["multihash-impl", "std", "sha2"] }
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
serde_json = "1.0.92"
|