wasefire-protocol 0.4.0

Wasefire protocol between platform and host
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 = "wasefire-protocol"
version = "0.4.0"
authors = ["Julien Cretin <cretin@google.com>"]
build = false
include = [
    "/LICENSE",
    "/src/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasefire protocol between platform and host"
readme = false
keywords = [
    "embedded",
    "framework",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/google/wasefire"

[package.metadata.docs.rs]
features = [
    "device",
    "host",
]

[features]
_descriptor = []
_exhaustive = []
device = []
host = [
    "dep:anyhow",
    "dep:data-encoding",
    "wasefire-error/std",
]
serde = [
    "dep:serde",
    "wasefire-common/serde",
    "wasefire-error/serde",
]

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

[dependencies.anyhow]
version = "1.0.100"
features = ["std"]
optional = true
default-features = false

[dependencies.data-encoding]
version = "2.10.0"
features = ["std"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "alloc",
    "derive",
    "unstable",
]
optional = true
default-features = false

[dependencies.wasefire-common]
version = "0.1.1"

[dependencies.wasefire-error]
version = "0.1.4"

[dependencies.wasefire-wire]
version = "0.1.3"

[lints.clippy]
mod-module-files = "warn"
uninlined_format_args = "allow"
unit-arg = "allow"

[lints.rust]
unreachable-pub = "warn"
unused-crate-dependencies = "warn"