# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "polyplets" version = "0.7.0" authors = ["Fluence Labs"] description = "Security primitives to verify origin of service calls in Fluence network" documentation = "https://docs.rs/polyplets" keywords = [ "fluence", "air", "webassembly", "security", "authorization", ] categories = ["authentication"] license = "Apache-2.0" repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/polyplets" [lib] name = "polyplets" path = "src/lib.rs" [dependencies.marine-call-parameters] version = "0.14.0" default-features = false [dependencies.serde] version = "1.0.190" features = [ "rc", "derive", ] [features] rkyv = ["marine-call-parameters/rkyv"]