# 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) cargo-features = ["strip"] [package] edition = "2018" name = "mso5k_dumpfb" version = "0.1.0" authors = ["Manuel Stocker "] description = "Reader for the different framebuffer layers on the Rigol MSO5000 series scopes." homepage = "https://github.com/mensi/mso5k_dumpfb" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mensi/mso5k_dumpfb" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = "symbols" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.libc] version = "0.2.88" [dependencies.memmap] version = "0.7.0" [dependencies.png] version = "0.16.8" [dependencies.simple-error] version = "0.2"