# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "candid_server" version = "0.3.0" authors = ["Alex van de Sandt "] description = "A server for reading and relaying messages on a CAN bus" documentation = "https://docs.rs/crate/candid_server/" readme = "README" keywords = ["CAN", "SocketCAN", "server"] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/avandesa/candid-rs" [dependencies.byteorder] version = "^1" [dependencies.clap] version = "^2.32" [dependencies.rand] version = "^0.5" [dependencies.socketcan] version = "^1.7"