topstitch 0.76.0

Stitch together Verilog modules with Rust
Documentation
[dependencies.fixedbitset]
version = "0.5.7"

[dependencies.geo]
version = "0.31.0"

[dependencies.indexmap]
version = "2.5.0"

[dependencies.itertools]
version = "0.10"

[dependencies.nalgebra]
default-features = false
features = ["macros"]
version = "0.32"

[dependencies.num-bigint]
version = "0.4.3"

[dependencies.paste]
version = "1.0.15"

[dependencies.regex]
version = "1.11.0"

[dependencies.rstar]
version = "0.12.2"

[dependencies.slang-rs]
version = "0.21.0"

[dependencies.xlsynth]
version = "0.19.0"

[dev-dependencies.cargo_metadata]
version = "0.18"

[dev-dependencies.curl]
version = "0.4"

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

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.semver]
version = "1.0"

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "0.5"

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

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

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

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

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

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stitch together Verilog modules with Rust"
documentation = "https://docs.rs/topstitch"
edition = "2024"
homepage = "https://github.com/xlsynth/topstitch"
license = "Apache-2.0"
name = "topstitch"
readme = "README.md"
repository = "https://github.com/xlsynth/topstitch"
version = "0.76.0"

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

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

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

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

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

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

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

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

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

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