mik32-runtime 0.1.0

Minimal Rust runtime for the MIK32 Amur microcontroller
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "mik32-runtime"
version = "0.1.0"
authors = ["Alex Newlifer <alex.newlifer@gmail.com>"]
build = "build.rs"
include = [
    "/src/**",
    "/examples/**",
    "/Cargo.toml",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE-CC0",
    "/build.rs",
    "/link.x",
    "/sections.lds",
    "/memory_default.x",
    "/memory_spifi.x",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Rust runtime for the MIK32 Amur microcontroller"
homepage = "https://github.com/Newlifer/mik32-runtime"
documentation = "https://docs.rs/mik32-runtime"
readme = "README.md"
keywords = [
    "mik32",
    "risc-v",
    "embedded",
    "runtime",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "CC0-1.0"
repository = "https://github.com/Newlifer/mik32-runtime"

[package.metadata.docs.rs]
default-target = "riscv32imc-unknown-none-elf"
targets = ["riscv32imc-unknown-none-elf"]

[features]
default = ["memory-default"]
memory-default = []
memory-spifi = []

[lib]
name = "mik32_runtime"
path = "src/lib.rs"
test = false
bench = false

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[dependencies.mik32-runtime-macros]
version = "0.1.0"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
debug = 2