[package]
edition = "2024"
name = "scope"
version = "0.1.3"
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/scope"
[features]
default = []
local_wake = []
[lib]
name = "scope"
path = "src/lib.rs"
[[bin]]
name = "scope"
path = "src/main.rs"
[dependencies]