alvan-lic 0.1.0

A Rust crate for generating and validating time-based license keys with offline validation
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 = "alvan-lic"
version = "0.1.0"
authors = ["WebChatAppAi <contact@webchatappai.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for generating and validating time-based license keys with offline validation"
readme = "README.md"
keywords = [
    "license",
    "key",
    "validation",
    "generator",
    "offline",
]
categories = [
    "authentication",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WebChatAppAi/alvan-lic"

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

[[bin]]
name = "alvan-cli"
path = "src/bin/alvan-cli.rs"

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

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

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tokio]
version = "1"
features = ["full"]