# 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 = "cantact" version = "0.1.2" authors = ["Eric Evenchick "] default-run = "can" description = "CLI for CANtact Controller Area Network tools." homepage = "http://cantact.io/" readme = "README.md" keywords = ["can", "usb"] categories = ["command-line-utilities", "hardware-support"] license = "MIT" repository = "https://github.com/linklayer/cantact" [[bin]] name = "can" path = "src/main.rs" [dependencies.app_dirs] version = "1.2.1" [dependencies.cantact-driver] version = "0.1.2" [dependencies.clap] version = "2.33.3" features = ["yaml"] [dependencies.ctrlc] version = "3.1.4" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.8.0" [dependencies.toml] version = "0.5.6"