seq-runtime 0.17.0

Runtime library for the Seq programming language
Documentation
[dependencies.bincode]
version = "1.3"

[dependencies.bumpalo]
version = "3.16"

[dependencies.libc]
version = "0.2"

[dependencies.may]
features = ["rand_work_steal"]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

[features]
default = ["diagnostics"]
diagnostics = ["signal-hook"]

[lib]
crate-type = ["staticlib", "rlib"]
name = "seq_runtime"
path = "src/lib.rs"

[package]
authors = ["Ed Sweeney <ed@onextent.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "development-tools"]
description = "Runtime library for the Seq programming language"
edition = "2024"
keywords = ["runtime", "language", "seq"]
license = "MIT"
name = "seq-runtime"
readme = false
repository = "https://github.com/navicore/patch-seq"
resolver = "2"
version = "0.17.0"

[target."cfg(unix)".dependencies.signal-hook]
optional = true
version = "0.3"

[[test]]
name = "test_closures"
path = "tests/test_closures.rs"

[[test]]
name = "test_thread_migration"
path = "tests/test_thread_migration.rs"