consortium-ipc 0.2.0

Core IPC primitives for Consortium
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 = "consortium-ipc"
version = "0.2.0"
authors = ["Ethan Wu <7086cmd@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core IPC primitives for Consortium"
homepage = "https://github.com/consortium-rs/consortium"
readme = "README.md"
keywords = [
    "amp",
    "embedded",
    "heterogeneous",
    "ipc",
    "no-std",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/consortium-rs/consortium"
resolver = "2"

[features]
alloc = []
defmt = [
    "consortium-codec/defmt",
    "consortium-log/defmt",
    "dep:defmt",
]
futures = []
std = [
    "alloc",
    "futures",
    "tracing",
]
tracing = ["consortium-log/tracing"]

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

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

[dependencies.consortium-codec]
version = "0.2.0"

[dependencies.consortium-ipc-macros]
version = "0.2.0"

[dependencies.consortium-log]
version = "0.2.0"

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

[dependencies.num_enum]
version = "0.7.3"
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.trybuild]
version = "1"