ara-core 0.1.2

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"
name = "ara-core"
version = "0.1.2"
authors = ["Yifeng He <yfhe.prsn@gmail.com>"]
build = false
exclude = ["tests/fixtures/**"]
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"

[features]
default = ["native"]
native = []

[lib]
name = "ara_core"
path = "src/lib.rs"

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

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

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

[dependencies.dagre-dgl-rs]
version = "=0.1.1"

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

[dependencies.serde-saphyr]
version = "=0.0.29"
features = ["deserialize"]
default-features = false

[dev-dependencies.insta]
version = "1"
features = ["json"]

[dev-dependencies.serde_json]
version = "1"