ib-update 0.1.0

A lightweight library for software update
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.95"
name = "ib-update"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight library for software update"
readme = false
keywords = [
    "update",
    "github",
    "nyquest",
    "semver",
]
license = "MIT"
repository = "https://github.com/Chaoses-Ib/ib-update"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = ["nyquest/async"]
blocking = ["nyquest/blocking"]
doc = ["dep:document-features"]
github-extra = []
multi-server = []

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

[[example]]
name = "async"
path = "examples/async.rs"
required-features = ["async"]

[[example]]
name = "blocking"
path = "examples/blocking.rs"
required-features = ["blocking"]

[dependencies.bon]
version = "3"

[dependencies.document-features]
version = "0.2"
optional = true

[dependencies.nyquest]
version = "0.4"
features = ["json"]

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.ctor]
version = "1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.nyquest-preset]
version = "0.4"
features = [
    "async",
    "blocking",
]