dwf 0.2.0

Digilent WaveForms library Rust wrapper
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "dwf"
version = "0.2.0"
dependencies = [
 "gnuplot",
]

[[package]]
name = "gnuplot"
version = "0.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2529467b8aef62bdf0c97dc984ca33244b84f8b5eb9517328f24bbb9afa0fb31"
dependencies = [
 "byteorder",
]