origin-lang 0.2.0

Every value is origin, at a boundary, or contents. The compiler knows which.
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 = "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"