licverify 0.1.1

Rust client for go-license verification system
Documentation
[[bin]]
name = "licverify"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.pem]
version = "3.0"

[dependencies.rsa]
features = ["std"]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
features = ["oid"]
version = "0.10"

[dependencies.signature]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

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

[package]
authors = ["Luthfi Imanal Satrya <luthfi.imanal.satrya@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust client for go-license verification system"
edition = "2024"
license = "MIT"
name = "licverify"
readme = "README.md"
version = "0.1.1"

[target.'cfg(target_os = "linux")'.dependencies.nix]
version = "0.27"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.9"

[target.'cfg(target_os = "macos")'.dependencies.system-configuration]
version = "0.5"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["winbase", "fileapi", "handleapi"]
version = "0.3"

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