rvm-cap 0.1.1

Capability system for RVM with P1/P2 proof verification (ADR-135)
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-cap"
version = "0.1.1"
authors = ["RuVector Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capability system for RVM with P1/P2 proof verification (ADR-135)"
readme = "README.md"
keywords = [
    "capability",
    "hypervisor",
    "no_std",
    "security",
]
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_cap"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.spin]
version = "0.9"
default-features = false

[dev-dependencies]