onyx_api 0.3.0

api for interacting with onyx servers
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"
name = "onyx_api"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "api for interacting with onyx servers"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/chancehudson/nrpm.git"

[features]
publish = ["bincode"]
server = [
    "redb",
    "bincode",
    "publish",
    "tokio",
    "nrpm_tarball",
    "tar",
]

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bincode]
version = "1.0.0"
optional = true

[dependencies.blake3]
version = "1.8.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0"

[dependencies.nanoid]
version = "0.4.0"

[dependencies.nargo_parse]
version = "0.1.0"

[dependencies.nrpm_tarball]
version = "0.2.0"
optional = true

[dependencies.redb]
version = "2.6.0"
optional = true

[dependencies.reqwest]
version = "0.12.20"
features = [
    "multipart",
    "json",
]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tar]
version = "0.4.44"
optional = true

[dependencies.tokio]
version = "1.45.1"
features = ["full"]
optional = true