ara-core 0.0.0

Shared parsing, normalization, and DAG layout for the ARA viewer runtime.
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"
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]