topola 0.1.0

Work-in-progress free and open-source topological (rubberband) router and autorouter for printed circuit boards (PCBs)
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 = "topola"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Work-in-progress free and open-source topological (rubberband) router and autorouter for printed circuit boards (PCBs)"
documentation = "https://docs.rs/topola"
readme = "README.md"
keywords = [
    "pcb",
    "router",
    "autorouter",
    "eda",
    "specctra",
]
categories = [
    "simulation",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/topola/topola"
resolver = "2"

[features]
profiler = ["puffin"]

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

[dependencies.bidimap]
version = "0.7"

[dependencies.dearcut]
version = "0.3"
features = [
    "serde",
    "undoredo",
]

[dependencies.derive-getters]
version = "0.5"

[dependencies.derive_more]
version = "2.1"
features = ["full"]

[dependencies.i_triangle]
version = "0.40"

[dependencies.num-traits]
version = "0.2"

[dependencies.polygon_unionfind]
version = "0.7"

[dependencies.puffin]
version = "0.20"
optional = true

[dependencies.rand]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.rstar]
version = "0.12"

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

[dependencies.spade]
version = "2.15"

[dependencies.specctra]
version = "0.1"
package = "topola_specctra"

[dependencies.stable-vec]
version = "0.4"

[dependencies.undoredo]
version = "0.11"
features = [
    "derive",
    "bidimap",
    "stable-vec",
    "rstar",
]

[dev-dependencies.walkdir]
version = "2.5"