2022-12-26 08:45:14 +00:00
|
|
|
[package]
|
|
|
|
name = "air-interpreter-cid"
|
|
|
|
description = "AIR interpreter CID util module"
|
2023-01-09 06:22:57 +00:00
|
|
|
version = "0.2.0"
|
2022-12-26 08:45:14 +00:00
|
|
|
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"
|
2022-12-26 13:58:04 +00:00
|
|
|
keywords = ["fluence", "air", "programming-language", "cid", "ipld"]
|
2022-12-26 08:45:14 +00:00
|
|
|
categories = ["wasm"]
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-24 13:10:30 +00:00
|
|
|
cid = { version = "0.10.1", default-features = false, features = ["std"] }
|
2023-01-02 10:14:41 +00:00
|
|
|
multihash = { version = "0.18.0", default-features = false, features = ["multihash-impl", "std", "sha2"] }
|
2022-12-31 13:47:04 +00:00
|
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
2023-02-06 13:44:20 +00:00
|
|
|
serde_json = "1.0.92"
|