[package]
edition = "2024"
name = "scope"
version = "0.1.0"
authors = ["James Hunt <jameshuntdevelopment@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-assurance framework for scoped lifetimes and deterministic execution boundaries. Part of the Honest-Classified security suite."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jameshuntt/classified"
[lib]
name = "scope"
path = "src/lib.rs"
[dependencies]