# 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 = "pico-sdk" version = "0.3.1" authors = ["Tim Fish <tim@timfish.uk>"] description = "Unofficial Rust bindings and wrappers for Pico Technology oscilloscope drivers" readme = "README.md" keywords = ["Oscilloscope", "Streaming", "PicoScope", "Pico-Technology"] license = "MIT" repository = "https://github.com/meatysolutions/pico-sdk" [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies.pico-common] version = "0.3.1" [dependencies.pico-device] version = "0.3.1" [dependencies.pico-download] version = "0.3.1" [dependencies.pico-driver] version = "0.3.1" [dependencies.pico-enumeration] version = "0.3.1" [dependencies.pico-streaming] version = "0.3.1" [dependencies.pico-sys-dynamic] version = "0.3.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.console] version = "0.11" [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.dialoguer] version = "0.6" [dev-dependencies.rayon] version = "1.3.0" [dev-dependencies.signifix] version = "0.10" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2" [features] serde = ["pico-common/serde", "pico-device/serde", "pico-enumeration/serde", "pico-streaming/serde"]