# 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 = "2018" name = "industrial-io" version = "0.5.2" authors = ["Frank Pagliughi "] description = """ Linux Industrial I/O (IIO) Support """ readme = "README.md" keywords = [ "linux", "embedded", "analog", "iio", ] categories = [ "embedded", "hardware-support", "os", "os::unix-apis", ] license = "MIT" repository = "https://github.com/fpagliughi/rust-industrial-io" [[bin]] name = "iio_info_rs" required-features = ["utilities"] [[bin]] name = "riio_stop_all" required-features = ["utilities"] [dependencies.clap] version = "2.34" optional = true [dependencies.libiio-sys] version = "0.3" [dependencies.nix] version = "0.23" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.clap] version = "2.34" [dev-dependencies.ctrlc] version = "3.2" [dev-dependencies.schedule_recv] version = "0.1" [features] default = ["utilities"] utilities = ["clap"]