aquavm/crates/air-lib/polyplets/Cargo.toml

22 lines
720 B
TOML
Raw Normal View History

2020-12-22 18:05:04 +00:00
[package]
name = "polyplets"
version = "0.1.2"
2021-10-05 17:08:10 +00:00
description = "Security primitives to verify origin of service calls in Fluence network"
2020-12-22 18:05:04 +00:00
authors = ["Fluence Labs"]
edition = "2018"
2020-12-27 21:12:11 +00:00
license = "Apache-2.0"
documentation = "https://docs.rs/polyplets"
2021-10-05 17:08:10 +00:00
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"]
2020-12-22 18:05:04 +00:00
[lib]
name = "polyplets"
path = "src/lib.rs"
[dependencies]
2021-08-05 19:24:09 +00:00
marine-rs-sdk = { version = "0.6.11", features = ["logger"] }
serde = { version = "1.0.118", features = ["rc", "derive"] }
2021-04-26 11:44:23 +00:00