[package]
edition = "2021"
rust-version = "1.85"
name = "vyre-self-substrate"
version = "0.4.1"
authors = ["Santh Project <contact@santh.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vyre self-substrate: vyre using its own primitives on its own scheduler problems. The recursion-thesis layer between vyre-primitives and vyre-driver."
homepage = "https://github.com/santhsecurity/vyre"
documentation = "https://docs.rs/vyre-self-substrate"
readme = "README.md"
keywords = [
"gpu",
"compiler",
"scheduler",
"vyre",
]
categories = [
"compilers",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhsecurity/vyre"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "vyre_self_substrate"
path = "src/lib.rs"
[dependencies.rustc-hash]
version = "=1.1.0"
[dependencies.tracing]
version = "=0.1.44"
[dependencies.vyre-foundation]
version = "0.4.1"
[dependencies.vyre-primitives]
version = "0.4.1"
features = [
"math",
"graph",
"fixpoint",
"bitset",
"reduce",
"topology",
"opt",
"hash",
"parsing",
"predicate",
"label",
"effects",
"types",
"cat",
"zx",
"dnnf",
"inventory-registry",
]
[dev-dependencies]