[package]
edition = "2021"
name = "ara-com"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and async abstractions for Adaptive AUTOSAR communication in Rust"
homepage = "https://github.com/ZiadAhmed9/ara-rs"
readme = "README.md"
keywords = [
"autosar",
"automotive",
"communication",
"someip",
"service-oriented",
]
categories = [
"asynchronous",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZiadAhmed9/ara-rs"
[features]
default = ["tokio-runtime"]
tokio-runtime = ["tokio"]
[lib]
name = "ara_com"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1"
[dependencies.futures-core]
version = "0.3"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["sync"]
optional = true