# 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-streaming" version = "0.3.1" authors = ["Tim Fish "] 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.crossbeam] version = "0.8" [dependencies.parking_lot] version = "0.11" features = ["serde"] [dependencies.pico-common] version = "0.3.1" [dependencies.pico-device] version = "0.3.1" [dependencies.pico-driver] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive", "rc"] optional = true [dependencies.tracing] version = "0.1" features = ["attributes"] [dev-dependencies.mockall] version = "0.9" [dev-dependencies.tracing-subscriber] version = "0.2"