2020-12-22 18:05:04 +00:00
|
|
|
[package]
|
|
|
|
name = "polyplets"
|
2021-05-19 09:43:49 +00:00
|
|
|
version = "0.1.1"
|
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
|
|
|
description = "Security primitives to verify origin of service calls in Fluence network"
|
|
|
|
documentation = "https://docs.rs/polyplets"
|
|
|
|
repository = "https://github.com/fluencelabs/crates/polyplets"
|
|
|
|
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-05-19 09:43:49 +00:00
|
|
|
fluence = { version = "0.6.8", features = ["logger"] }
|
2021-03-05 13:59:35 +00:00
|
|
|
serde = { version = "=1.0.118", features = ["rc", "derive"] }
|
2021-04-26 11:44:23 +00:00
|
|
|
|