[package]
edition = "2024"
name = "origin-lang"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Every value is origin, at a boundary, or contents. The compiler knows which."
readme = "README.md"
keywords = [
"boundary",
"error-handling",
"ai",
"safety",
"type-system",
]
categories = [
"rust-patterns",
"no-std",
]
license = "MIT"
repository = "https://github.com/knoxvilledatabase/origin"
[lib]
name = "origin"
path = "src/lib.rs"
[[test]]
name = "adversarial"
path = "tests/adversarial.rs"
[[test]]
name = "drop_correctness"
path = "tests/drop_correctness.rs"
[[test]]
name = "macro_escape_test"
path = "tests/macro_escape_test.rs"
[[test]]
name = "properties"
path = "tests/properties.rs"
[dependencies.origin-macros]
version = "0.2.0"
[dev-dependencies.proptest]
version = "1"