# 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-driver" version = "0.1.2" authors = ["Eric Evenchick "] build = "build.rs" description = "Driver and API for CANtact Controller Area Network tools." homepage = "http://cantact.io/" readme = "../README.md" keywords = ["can", "usb", "driver"] categories = ["command-line-utilities", "hardware-support"] license = "MIT" repository = "https://github.com/linklayer/cantact" [lib] name = "cantact" crate-type = ["cdylib", "rlib"] [dependencies.crossbeam-channel] version = "0.4" [dependencies.libc] version = "0.2.71" [dependencies.libusb1-sys] version = "0.3" [dependencies.pyo3] version = "0.10.1" features = ["extension-module"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [features] python = ["pyo3"]