[package] name = "candid_client" version = "0.3.2" authors = ["Alex van de Sandt "] edition = "2018" description = "A library to handle client connections to a CANdid server" license = "MIT" readme = "README" documentation = "https://docs.rs/crate/candid_client/" repository = "https://gitlab.com/avandesa/candid-rs" keywords = ["CAN", "SocketCAN"] [dependencies] byteorder = "^1.3" [dev-dependencies] clap = "^2.32" rand = "^0.6"