actr-pack 0.3.1

ACTR package format: ZIP STORE-based .actr file reading, writing, signing and verification
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.88"
name = "actr-pack"
version = "0.3.1"
authors = ["Actor-RTC Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ACTR package format: ZIP STORE-based .actr file reading, writing, signing and verification"
readme = false
license = "Apache-2.0"
repository = "https://github.com/actor-rtc/actr"
resolver = "2"

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

[[test]]
name = "sign_build_consistency"
path = "tests/sign_build_consistency.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.rand]
version = "0.8"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"