synqro 0.1.1

Synqro Zero-Trust OTA updater library
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.78.0"
name = "synqro"
version = "0.1.1"
description = "Synqro Zero-Trust OTA updater library"
homepage = "https://github.com/MrGuevar4/synqro"
documentation = "https://docs.rs/synqro"
readme = "README.md"
keywords = [
    "ota",
    "updater",
    "security",
    "zero-trust",
    "cryptography",
]
categories = [
    "network-programming",
    "cryptography",
    "os",
    "embedded",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MrGuevar4/synqro"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
overflow-checks = true
strip = "symbols"

[lib]
name = "synqro"
crate-type = [
    "cdylib",
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.atomic-write-file]
version = "=0.1.2"

[dependencies.base64]
version = "=0.22.1"

[dependencies.chacha20poly1305]
version = "=0.10.1"

[dependencies.chrono]
version = "=0.4.38"
features = ["serde"]

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

[dependencies.futures-util]
version = "0.3.31"

[dependencies.getrandom]
version = "=0.2.15"

[dependencies.hex]
version = "=0.4.3"

[dependencies.hkdf]
version = "=0.12.4"

[dependencies.hmac]
version = "=0.12.1"

[dependencies.once_cell]
version = "=1.19.0"

[dependencies.rand]
version = "=0.8.5"

[dependencies.regex]
version = "=1.10.5"

[dependencies.reqwest]
version = "=0.12.5"
features = [
    "rustls-tls",
    "stream",
    "json",
]
default-features = false

[dependencies.rustls]
version = "=0.23.10"
features = ["ring"]

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

[dependencies.serde_json]
version = "=1.0.120"

[dependencies.serde_yaml]
version = "=0.10.0"
package = "serde_yaml_ng"

[dependencies.sha2]
version = "=0.10.8"

[dependencies.thiserror]
version = "=1.0.63"

[dependencies.tokio]
version = "=1.38.0"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "time",
    "process",
    "sync",
]

[dependencies.tracing]
version = "=0.1.40"

[dependencies.tracing-subscriber]
version = "=0.3.18"
features = [
    "json",
    "env-filter",
]

[dependencies.uuid]
version = "=1.10.0"
features = [
    "v4",
    "serde",
]

[dependencies.webpki-roots]
version = "=0.26.3"

[dependencies.x509-parser]
version = "=0.16.0"

[dependencies.zeroize]
version = "=1.8.1"
features = ["derive"]

[target."cfg(target_os = \"linux\")".dependencies.nix]
version = "=0.29.0"
features = [
    "process",
    "signal",
    "fs",
]

[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "=2.11.0"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "=0.3.9"
features = [
    "wincred",
    "dpapi",
]