# 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 = "nscope" version = "1.0.0" authors = ["David Meyer "] description = """ Communication with nScope devices """ homepage = "https://www.nscope.org" documentation = "https://github.com/nLabs-nScope/nscope-rs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/nLabs-nScope/nscope-rs" [dependencies.git-version] version = "0.3.4" [dependencies.hidapi] version = "2.3.3" [dependencies.log] version = "~0.4" [dependencies.regex] version = "~1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.semver] version = "1.0.17"