bra0-layout 0.2.0

bra0 graph layout engine — Rust for compute, WASM for browser
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 = "2021"
name = "bra0-layout"
version = "0.2.0"
authors = ["Sacha Roger <sacha@omyn.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bra0 graph layout engine — Rust for compute, WASM for browser"
readme = false
keywords = [
    "graph",
    "layout",
    "sugiyama",
    "visualization",
    "wasm",
]
categories = [
    "visualization",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sachaR063R/bra0"

[features]
default = []
wasm = [
    "dep:wasm-bindgen",
    "dep:serde-wasm-bindgen",
]

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

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

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true