# This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] name = "can_analyzer" version = "0.1.0" dependencies = [ "sudo", ] [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "libc" version = "0.2.71" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" [[package]] name = "log" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" dependencies = [ "cfg-if", ] [[package]] name = "sudo" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac31afcefdbc3389d00d4f3a950319e6d1e2dedc9ec116ee7d0bcd5853d3b276" dependencies = [ "libc", "log", ]