spacedls 0.4.0

no_std CCSDS 355.0-B-2 (SDLS) Space Data Link Security implementation
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.87"
name = "spacedls"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std CCSDS 355.0-B-2 (SDLS) Space Data Link Security implementation"
readme = "README.md"
keywords = [
    "ccsds",
    "sdls",
    "space",
    "security",
    "no_std",
]
categories = [
    "no-std",
    "aerospace",
    "cryptography",
    "embedded",
]
license = "Apache-2.0"
repository = "https://egit.irs.uni-stuttgart.de/ROMEO/spacedls"

[package.metadata.docs.rs]
all-features = false
features = [
    "std",
    "softcrypto",
    "extended",
]

[features]
default = [
    "softcrypto",
    "extended",
]
defmt = ["dep:defmt"]
extended = []
softcrypto = [
    "dep:aes",
    "dep:cbc",
    "dep:cipher",
    "dep:hmac",
    "dep:sha2",
    "dep:ghash",
    "dep:ctr",
]
std = []

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

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

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

[dependencies.aes]
version = "0.9.0-rc.4"
optional = true
default-features = false

[dependencies.cbc]
version = "0.2.0-rc.4"
optional = true
default-features = false

[dependencies.cipher]
version = "0.5.1"
features = ["block-padding"]
optional = true
default-features = false

[dependencies.ctr]
version = "0.10.0-rc.4"
optional = true
default-features = false

[dependencies.ctutils]
version = "0.4.0"

[dependencies.defmt]
version = "1"
optional = true

[dependencies.ghash]
version = "0.6"
optional = true
default-features = false

[dependencies.hmac]
version = "0.13.0-rc.5"
optional = true
default-features = false

[dependencies.hybrid-array]
version = "0.4.7"

[dependencies.seq-macro]
version = "0.3"

[dependencies.sha2]
version = "0.11.0-rc.5"
optional = true
default-features = false

[dependencies.spacedls-macros]
version = "0.2.0"

[dependencies.typenum]
version = "1.19.0"

[dev-dependencies.assert_matches]
version = "1.5"