eunoia 0.2.0

A library for creating area-proportional Euler and Venn diagrams
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"
rust-version = "1.81"
name = "eunoia"
version = "0.2.0"
authors = ["Johan Larsson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for creating area-proportional Euler and Venn diagrams"
readme = "README.md"
keywords = [
    "euler",
    "venn",
    "diagram",
    "visualization",
]
categories = [
    "graphics",
    "visualization",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/jolars/eunoia"

[features]
default = []
plotting = ["dep:i_overlay"]
wasm = ["argmin/wasm-bindgen"]

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

[[example]]
name = "label_placement"
path = "examples/label_placement.rs"

[[example]]
name = "plotting_demo"
path = "examples/plotting_demo.rs"

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

[[bench]]
name = "initial_layout"
path = "benches/initial_layout.rs"
harness = false

[dependencies.argmin]
version = "0.10"

[dependencies.argmin-math]
version = "0.4"
features = ["nalgebra_v0_32"]

[dependencies.finitediff]
version = "0.2.0"

[dependencies.i_overlay]
version = "~2.0"
optional = true

[dependencies.log]
version = "0.4"
features = ["release_max_level_info"]

[dependencies.nalgebra]
version = "0.32"

[dependencies.num-complex]
version = "0.4"

[dependencies.polylabel-mini]
version = "0.1.0"

[dependencies.rand]
version = "0.9"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.env_logger]
version = "0.11"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.10"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(test)"]