2020-12-22 18:05:04 +00:00
|
|
|
[package]
|
|
|
|
name = "polyplets"
|
2022-09-13 16:08:47 +00:00
|
|
|
version = "0.3.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"
|
2021-05-19 09:43:49 +00:00
|
|
|
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"
|
2021-05-19 09:43:49 +00:00
|
|
|
keywords = ["fluence", "air", "webassembly", "security", "authorization"]
|
|
|
|
categories = ["authentication"]
|
2020-12-22 18:05:04 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "polyplets"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-09-09 10:36:19 +00:00
|
|
|
marine-macro = "0.7.1"
|
|
|
|
marine-rs-sdk-main = "0.7.1"
|
2021-04-26 11:44:23 +00:00
|
|
|
|
2022-11-24 09:54:40 +00:00
|
|
|
serde = { version = "1.0.147", features = ["rc", "derive"] }
|