rvm-hal 0.1.1

Hardware abstraction layer for the RVM microhypervisor (ADR-133)
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 = "2021"
rust-version = "1.77"
name = "rvm-hal"
version = "0.1.1"
authors = ["RuVector Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware abstraction layer for the RVM microhypervisor (ADR-133)"
readme = "README.md"
keywords = [
    "hypervisor",
    "hal",
    "no_std",
    "embedded",
]
categories = [
    "no-std",
    "embedded",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/rvm"

[features]
alloc = ["rvm-types/alloc"]
default = []
std = ["rvm-types/std"]

[lib]
name = "rvm_hal"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.rvm-types]
version = "0.1.1"