thincan 0.1.0

Thin, composable application-layer message routing for UDS-style ISO-TP transports
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 = "thincan"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin, composable application-layer message routing for UDS-style ISO-TP transports"
homepage = "https://github.com/conroy-cheers/thincan"
documentation = "https://docs.rs/thincan"
readme = "README.md"
license = "MIT"
repository = "https://github.com/conroy-cheers/thincan"

[features]
async = []
capnp = ["dep:capnp"]
capnp-gen = [
    "std",
    "dep:capnpc",
]
default = [
    "std",
    "capnp",
]
std = []

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

[[bin]]
name = "gen_test_capnp"
path = "src/bin/gen_test_capnp.rs"
required-features = ["capnp-gen"]

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

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

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

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

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

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

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

[dependencies.can-iso-tp]
version = "0.2.0"
features = [
    "isotp-interface",
    "uds",
]
default-features = false

[dependencies.can-isotp-interface]
version = "0.1.0"

[dependencies.capnp]
version = "0.25.0"
features = ["unaligned"]
optional = true
default-features = false

[dependencies.capnpc]
version = "0.25.0"
optional = true

[dependencies.embassy-sync]
version = "0.7.2"
default-features = false

[dependencies.embedded-can]
version = "0.4.1"

[dependencies.embedded-can-interface]
version = "0.1.1"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]
default-features = false

[dev-dependencies.embedded-can-mock]
version = "0.1.0"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
]