# 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 = "esp32c-rt" version = "0.1.1" authors = ["Robert Wiewel "] description = "Minimal runtime / startup for ESP32-C series SoCs" keywords = ["riscv", "runtime", "startup", "esp32-c3"] categories = ["embedded", "hardware-support", "no-std"] license = "ISC" repository = "https://github.com/ducktec/esp32c-rt" [dependencies.r0] version = "1.0.0" [dependencies.riscv] version = "0.7" [dependencies.riscv-rt-macros] version = "0.1.6" [dev-dependencies.panic-halt] version = "0.2.0" [build-dependencies.riscv-target] version = "0.1.2" [features] default = ["direct-boot", "esp32c3"] direct-boot = [] esp32c3 = [] inline-asm = ["riscv/inline-asm"]