[dependencies.base-x]
version = "0.2.11"
[dependencies.crc32fast]
version = "1.3.2"
[dependencies.rand]
version = "0.8.5"
[package]
authors = ["Luca Goslar <git@lucagoslar.de>"]
description = """
A Rust implementation of the cybertoken, a token format inspired by the GitHub API token format.
"""
edition = "2021"
keywords = ["token", "api", "secret", "generator"]
license = "MIT OR Apache-2.0 OR EUPL-1.2"
name = "cybertoken"
readme = "README.md"
repository = "https://github.com/lucagoslar/cybertoken-rs"
version = "1.0.1"