trussed-core 0.2.1

Core types for the trussed crate
# 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"
name = "trussed-core"
version = "0.2.1"
authors = [
    "The Trussed developers",
    "Nicolas Stalder <n@stalder.io>",
    "Nitrokey GmbH",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for the trussed crate"
homepage = "https://trussed.dev"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/trussed-dev/trussed"

[package.metadata.docs.rs]
all-features = true

[features]
aes256-cbc = []
attestation-client = []
brainpoolp256r1 = []
brainpoolp384r1 = []
brainpoolp512r1 = []
certificate-client = []
chacha8-poly1305 = []
counter-client = []
crypto-client = []
ed255 = []
filesystem-client = []
hmac-blake2s = []
hmac-sha1 = []
hmac-sha256 = []
hmac-sha512 = []
management-client = []
mldsa44 = []
p256 = []
p384 = []
p521 = []
rsa2048 = []
rsa3072 = []
rsa4096 = []
secp256k1 = []
serde-extensions = []
sha256 = []
shared-secret = []
tdes = []
totp = []
trng = []
ui-client = []
x255 = []

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

[dependencies.heapless-bytes]
version = "0.5"

[dependencies.littlefs2-core]
version = "0.1"
features = ["serde"]

[dependencies.postcard]
version = "0.7.0"

[dependencies.rand_core]
version = "0.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dependencies.serde-indexed]
version = "0.1"