# 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] name = "bobbin-cli" version = "0.8.8" authors = ["Jonathan Soo "] description = "A command line tool for automating your embedded development workflow." homepage = "https://github.com/bobbin-rs/bobbin-cli/" readme = "README.md" keywords = ["embedded"] license = "MIT/Apache-2.0" repository = "https://github.com/bobbin-rs/bobbin-cli/" [[bin]] name = "bobbin" path = "src/main.rs" [dependencies.byteorder] version = "1.0" optional = true [dependencies.clap] version = "2.23" [dependencies.error-chain] version = "0.10" [dependencies.libusb] version = "0.3" optional = true [dependencies.os_type] version = "2.2" [dependencies.plist] version = "0.1" [dependencies.regex] version = "0.2" [dependencies.semver] version = "0.9.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serial] version = "0.3" [dependencies.sha1] version = "0.2.0" [dependencies.tempfile] version = "2.1.5" [dependencies.termcolor] version = "0.3.2" [dependencies.toml] version = "0.4" [features] stlink = ["libusb", "byteorder"]