# 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 = "cargo-rtic-scope" version = "0.1.0-alpha.1" authors = ["Viktor Sonesten "] description = "RTIC Scope backend" homepage = "https://rtic-scope.github.io" license = "MIT OR Apache-2.0" repository = "https://github.com/rtic-scope/cargo-rtic-scope" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.cargo_metadata] version = "0.11" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.33" [dependencies.git2] version = "0.13" default-features = false [dependencies.include_dir] version = "0.6.1" [dependencies.itm-decode] version = "0.4.0-alpha" features = ["serde"] [dependencies.libloading] version = "0.7" [dependencies.nix] version = "0.21.0" [dependencies.probe-rs] version = "0.10" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.regex] version = "1" [dependencies.rtic-scope-api] version = "0.1.0-alpha" [dependencies.rtic-syntax] version = "0.5.0-alpha" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serialport] version = "4" default-features = false [dependencies.structopt] version = "0.3" [dependencies.syn] version = "1" [dependencies.tempfile] version = "3"