pasetors 0.1.0

PASETO: Platform-Agnostic Security Tokens (in Rust)
Documentation
[package]
name = "pasetors"
version = "0.1.0" # Update html_root_url in lib.rs along with this.
authors = ["brycx <brycx@protonmail.com>"]
edition = "2018"
description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"
keywords = [ "cryptography", "crypto", "token", "paseto", "authentication" ]
categories = [ "cryptography", "authentication" ]
readme = "README.md"
repository = "https://github.com/brycx/pasetors"
documentation = "https://docs.rs/pasetors"
license = "MIT"

[dev-dependencies]
hex = "0.4.2"
rand = "0.7.3"
ed25519-dalek = "1.0.1"

[dependencies.ed25519-dalek]
version = "1.0.1"
default-features = false
features = ["u64_backend"]

[dependencies.orion]
version = "0.15.4"
default-features = false

[dependencies.base64]
version = "0.13.0"
default-features = false
features = ["alloc"]

[dependencies.rand_core]
version = "0.5.1"
default-features = false
features = ["alloc"]