[package]
edition = "2018"
name = "candid_server"
version = "0.3.1"
authors = ["Alex van de Sandt <me@alexvds.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A server for reading and relaying messages on a CAN bus"
readme = "README.md"
keywords = [
"CAN",
"SocketCAN",
]
license = "MIT"
repository = "https://tangled.org/igneousflock.dev/candid-rs"
[lib]
name = "candid_server"
path = "src/lib.rs"
[[bin]]
name = "candid_server"
path = "src/main.rs"
[[bin]]
name = "vcan_rand"
path = "src/bin/vcan_rand.rs"
[dependencies.byteorder]
version = "^1.3"
[dependencies.clap]
version = "^2.3.1"
[dependencies.rand]
version = "0.10.2"
[dependencies.socketcan]
version = "3.6.2"