[dependencies.fs2]
version = "0.4"
[dependencies.libc]
version = "0.2"
[dependencies.libloading]
version = "0.9"
[dependencies.petgraph]
version = "0.8"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rayon]
version = "1.10"
[dependencies.rkyv]
version = "0.8"
[dependencies.rustc-hash]
version = "2.1"
[dependencies.salsa]
version = "0.25"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["full", "parsing", "visit", "extra-traits", "full", "parsing", "visit", "extra-traits"]
version = "2.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4"]
version = "1.19"
[dependencies.which]
version = "8.0"
[dev-dependencies.tempfile]
version = "3.20"
[lib]
name = "venus_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core engine for Venus reactive notebook environment"
edition = "2024"
license = "Apache-2.0"
name = "venus-core"
readme = "README.md"
repository = "https://github.com/ml-rust/venus"
resolver = "2"
version = "0.1.0"
[[test]]
name = "cranelift_abi"
path = "tests/cranelift_abi.rs"
[[test]]
name = "markdown_extraction"
path = "tests/markdown_extraction.rs"
[[test]]
name = "notebook_execution"
path = "tests/notebook_execution.rs"
[[test]]
name = "process_isolation"
path = "tests/process_isolation.rs"