lexactivator 3.32.2

LexActivator SDK for Rust
Documentation
[build-dependencies.cfg-if]
version = "1.0.0"

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

[dependencies.serde_json]
version = "1.0"

[[example]]
crate-type = ["bin"]
name = "license-activation"
path = "examples/license-activation.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "LexActivator SDK for Rust"
edition = "2021"
homepage = "https://cryptlex.com"
include = ["build.rs", "/src", "/examples", "/libs/**/*.a", "/libs/**/*.lib", "/libs/**/*.dll"]
license = "MIT"
name = "lexactivator"
readme = "README.md"
repository = "https://github.com/cryptlex/lexactivator-rust"
version = "3.32.2"