[package]
edition = "2024"
rust-version = "1.85"
name = "ara-core"
version = "0.0.0"
authors = ["Yifeng He <yfhe.prsn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared parsing, normalization, and DAG layout for the ARA viewer runtime."
homepage = "https://github.com/EYH0602/bara"
readme = "README.md"
keywords = [
"ara",
"research",
"viewer",
"dag",
"wasm",
]
categories = [
"command-line-utilities",
"visualization",
]
license = "MPL-2.0"
repository = "https://github.com/EYH0602/bara"
[lib]
name = "ara_core"
path = "src/lib.rs"
[dependencies]