# 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 = "2021" name = "renode-run" version = "0.2.0" authors = ["Jon Lamb"] description = "Run embedded programs in the renode emulator" readme = "README.md" keywords = [ "cargo-runner", "renode", ] categories = [ "command-line-utilities", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonlamb-gh/renode-run" [dependencies.cargo_metadata] version = "0.15" [dependencies.cargo_toml] version = "0.15" [dependencies.clap] version = "4.1" features = [ "derive", "env", "color", ] [dependencies.derive_more] version = "0.99" [dependencies.env_logger] version = "0.10" [dependencies.indent] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.4" [dependencies.thiserror] version = "1.0" [dependencies.unindent] version = "0.2"