[package]
edition = "2021"
name = "uvb-core"
version = "0.2.1"
authors = ["UVB Contributors <info@sparkz.systems>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core error types and shared primitives for the UVB authentication platform"
homepage = "https://gitlab.com/sparkz-community/security/uvb"
readme = false
license = "MIT"
repository = "https://gitlab.com/sparkz-community/security/uvb"
[lib]
name = "uvb_core"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.uuid]
version = "1"
features = [
"v4",
"serde",
]