# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cu_ads7883" version = "0.2.3" authors = ["Guillaume Binet "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "This is a driver for the TI ADS7883 for Copper." homepage = "https://github.com/copper-project" readme = "README.md" keywords = [ "robotics", "middleware", "copper", "real-time", ] categories = ["science::robotics"] license = "Apache-2.0" repository = "https://github.com/copper-project/copper-rs" [lib] name = "cu_ads7883" path = "src/lib.rs" [[test]] name = "ads7883_tester" path = "tests/ads7883_tester.rs" [dependencies.bincode] version = "2.0.0-rc.3" features = ["derive"] [dependencies.cu29] version = "0.2.2" [dependencies.cu29-log] version = "0.2.2" [dependencies.cu29-log-derive] version = "0.2.2" [dependencies.cu29-log-runtime] version = "0.2.2" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.spidev] version = "0.6.0" [dev-dependencies.cu29-derive] version = "0.2.2" [dev-dependencies.cu29-helpers] version = "0.2.2" [dev-dependencies.cu29-traits] version = "0.2.2" [dev-dependencies.cu29-unifiedlog] version = "0.2.2"