[dependencies.aes]
version = "0.8.4"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.cbc]
features = ["std"]
version = "0.1.2"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.crypto-common]
version = "0.1.6"
[dependencies.sha1]
version = "0.10.6"
[dependencies.sha2]
version = "0.10.9"
[dev-dependencies.hex-literal]
version = "1.0.0"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "zelzip_util"
path = "src/util.rs"
[lints.clippy]
collapsible_match = "warn"
expect_used = "warn"
match_bool = "warn"
match_ref_pats = "warn"
match_same_arms = "warn"
match_single_binding = "warn"
needless_bool = "deny"
needless_late_init = "warn"
needless_match = "warn"
redundant_guards = "warn"
redundant_pattern = "warn"
redundant_pattern_matching = "warn"
single_match = "warn"
single_match_else = "warn"
unwrap_used = "warn"
use_self = "warn"
[lints.rust]
missing_docs = "warn"
[package]
authors = ["The ZELZIP team <contact@zelzip.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "This library is only intended for internal usage at the ZELZIP monorepo. Please avoid using it directly."
edition = "2024"
homepage = "https://zelzip.dev"
keywords = []
license = "MPL-2.0"
name = "zelzip_util"
publish = true
readme = "README.md"
repository = "https://github.com/ZELZIP/ZELZIP"
version = "3.0.0"