kael_release 0.2.0

Release and update management for the Kael UI framework
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"
rust-version = "1.87"
name = "kael_release"
version = "0.2.0"
authors = ["Augustus Otu"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Release and update management for the Kael UI framework"
homepage = "https://augani.github.io/kael/"
readme = "README.md"
keywords = [
    "release",
    "updater",
    "auto-update",
    "kael",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/Augani/kael"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"