moonbase-licensing 0.3.0

Client for moonbase.sh licensing system
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 = "2024"
name = "moonbase-licensing"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for moonbase.sh licensing system"
readme = "README.md"
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"

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

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

[dependencies.backon]
version = "1.5.2"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.jsonwebtoken]
version = "9.3.1"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.ureq]
version = "3.1.0"
features = ["json"]

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.console]
version = "0.16.0"

[dev-dependencies.dialoguer]
version = "0.12.0"

[dev-dependencies.hardware-id]
version = "0.3.0"

[dev-dependencies.hostname]
version = "0.4.0"

[dev-dependencies.indicatif]
version = "0.18.0"

[dev-dependencies.open]
version = "5.3.2"