aquavm/crates/air-lib/interpreter-cid/Cargo.toml
renovate[bot] f73e246a2e
chore(deps): update rust crate cid to 0.10.0 (#422)
* chore(deps): update rust crate cid to 0.10.0
* One has to update `cid` together with `multihash`

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivan Boldyrev <ivan@fluence.one>
2023-01-02 17:14:41 +07:00

18 lines
688 B
TOML

[package]
name = "air-interpreter-cid"
description = "AIR interpreter CID util module"
version = "0.1.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.0", 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.91"