# 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 = "drone" version = "0.14.0" authors = ["Valentine Valyaeff "] default-run = "drone" description = "CLI utility for Drone, an Embedded Operating System.\n" homepage = "https://www.drone-os.com/" readme = "README.md" keywords = ["async", "real-time", "bare-metal", "rtos", "framework"] categories = ["embedded", "asynchronous", "concurrency", "no-std", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/drone-os/drone" resolver = "2" [dependencies.Inflector] version = "0.11" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1" [dependencies.drone-config] version = "=0.14.0" [dependencies.env_logger] version = "0.8" [dependencies.handlebars] version = "3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.signal-hook] version = "0.2" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2" [badges.maintenance] status = "actively-developed"