basil-cose 0.7.1

Strict deterministic COSE (RFC 9052/9053) profile for basil sealed invocations: signed, sealed, and seal-only constructions with in-place signer/recipient traits
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 = "basil-cose"
version = "0.7.1"
authors = ["info@openbasil.org"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strict deterministic COSE (RFC 9052/9053) profile for basil sealed invocations: signed, sealed, and seal-only constructions with in-place signer/recipient traits"
homepage = "https://github.com/openbasil/basil"
documentation = "https://docs.rs/basil-cose"
readme = "README.md"
keywords = [
    "cose",
    "cbor",
    "cryptography",
    "security",
]
categories = [
    "cryptography",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/openbasil/basil"

[features]
fixtures = []

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

[dependencies.aes]
version = "0.8"
features = ["zeroize"]
default-features = false

[dependencies.aes-gcm]
version = "0.10"
features = [
    "aes",
    "alloc",
    "zeroize",
]
default-features = false

[dependencies.chacha20poly1305]
version = "0.10"
features = ["alloc"]
default-features = false

[dependencies.ed25519-dalek]
version = "2"
features = ["zeroize"]
default-features = false

[dependencies.getrandom]
version = "0.4.3"
default-features = false

[dependencies.hkdf]
version = "0.12"
default-features = false

[dependencies.minicbor]
version = "2.2.2"
features = ["alloc"]
default-features = false

[dependencies.p256]
version = "0.13"
features = ["ecdsa"]
default-features = false

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.sha3]
version = "0.10"
default-features = false

[dependencies.x25519-dalek]
version = "2"
features = [
    "static_secrets",
    "zeroize",
]
default-features = false

[dependencies.zeroize]
version = "1"
features = [
    "derive",
    "alloc",
    "alloc",
]
default-features = false

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.get_unwrap]
level = "deny"
priority = 0

[lints.clippy.indexing_slicing]
level = "deny"
priority = 0

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 0

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.panic]
level = "deny"
priority = 0

[lints.clippy.panic_in_result_fn]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.todo]
level = "deny"
priority = 0

[lints.clippy.unimplemented]
level = "deny"
priority = 0

[lints.clippy.unreachable]
level = "deny"
priority = 0

[lints.clippy.unwrap_used]
level = "deny"
priority = 0

[lints.rust.unsafe_code]
level = "forbid"
priority = 1