mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
bbc521ce53
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
23 lines
710 B
TOML
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"] }
|