aquavm/crates/air-lib/polyplets/Cargo.toml
renovate[bot] bbc521ce53
fix(deps): update all non-major rust dependencies (#338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 21:08:46 +03:00

23 lines
710 B
TOML

[package]
name = "polyplets"
version = "0.3.2"
description = "Security primitives to verify origin of service calls in Fluence network"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
documentation = "https://docs.rs/polyplets"
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/polyplets"
publish = true # this crate is used by the avm server that in its turn is used by the node
keywords = ["fluence", "air", "webassembly", "security", "authorization"]
categories = ["authentication"]
[lib]
name = "polyplets"
path = "src/lib.rs"
[dependencies]
marine-macro = "0.7.1"
marine-rs-sdk-main = "0.7.1"
serde = { version = "1.0.145", features = ["rc", "derive"] }