appcore-update 1.0.0

Application artifact update and rollback lifecycle for AppCore Runtime
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 = "2021"
rust-version = "1.89"
name = "appcore-update"
version = "1.0.0"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application artifact update and rollback lifecycle for AppCore Runtime"
homepage = "https://wiki.appcore.dnettoraw.com/"
readme = "README.en.md"
keywords = [
    "runtime",
    "updates",
    "artifacts",
    "local-first",
    "appcore",
]
categories = [
    "development-tools",
    "config",
]
license = "MIT"
repository = "https://github.com/dnettoRaw/appcore-wiki"

[features]
allow-unsigned-local-artifacts = []
default = []

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

[dependencies.appcore-contracts]
version = "1.0.0"

[dependencies.appcore-provider]
version = "1.0.0"

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["std"]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.17"