librnxengine 1.1.0

implement robust software licensing, activation, and validation systems.
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 = "librnxengine"
version = "1.1.0"
authors = ["neuxdotdev neuxdev1@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "implement robust software licensing, activation, and validation systems."
homepage = "https://github.com/neuxdotdev/librnxengine"
documentation = "https://docs.rs/librnxengine"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/neuxdotdev/librnxengine"

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["serde"]

[dependencies.get_if_addrs]
version = "0.5.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.pnet_datalink]
version = "0.35.0"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

[dependencies.ring]
version = "0.17.14"

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

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sysinfo]
version = "0.38.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dependencies.uuid]
version = "1.20.0"
features = [
    "v4",
    "serde",
]

[dependencies.wmi]
version = "0.18.1"

[dependencies.x25519-dalek]
version = "2.0.1"

[dependencies.zeroize]
version = "1.8.2"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.test-log]
version = "0.2.19"