offline-license-validator 0.1.1

Offline license validation library using Ed25519 signatures
Documentation
# 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 = "offline-license-validator"
version = "0.1.1"
authors = ["Craciun Florentin Simion <krakiun@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline license validation library using Ed25519 signatures"
homepage = "https://krakiun.com"
documentation = "https://docs.rs/offline-license-validator"
readme = "README.md"
keywords = [
    "license",
    "validation",
    "ed25519",
    "offline",
    "drm",
]
categories = [
    "authentication",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/krakiun/offline-license-validator"

[lib]
name = "offline_license_validator"
path = "src/lib.rs"

[[example]]
name = "simple_validation"
path = "examples/simple_validation.rs"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.rand]
version = "0.8"