[dependencies.ct-codecs]
default-features = false
version = "1.1.1"
[dependencies.ed25519-dalek]
default-features = false
features = ["u64_backend"]
version = "1.0.1"
[dependencies.getrandom]
version = "0.2"
[dependencies.orion]
default-features = false
version = "0.16.0"
[dev-dependencies.ed25519-dalek]
version = "1.0.1"
[dev-dependencies.hex]
version = "0.4.2"
[dev-dependencies.rand]
version = "0.7.3"
[package]
authors = ["brycx <brycx@protonmail.com>"]
categories = ["cryptography", "authentication"]
description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"
documentation = "https://docs.rs/pasetors"
edition = "2018"
keywords = ["cryptography", "crypto", "token", "paseto", "authentication"]
license = "MIT"
name = "pasetors"
readme = "README.md"
repository = "https://github.com/brycx/pasetors"
version = "0.2.0"