[[bin]]
name = "render_regex"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.rand]
version = "0.8"
[dependencies.rusty_regex]
features = ["expose-internals"]
version = "0.2.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.svg]
version = "0.13"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "2.1"
[lib]
name = "render_regex"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SVG visualization of regex DFAs."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "render_regex"
readme = "README.md"
version = "0.0.0"
[[test]]
name = "arrow_tests"
path = "tests/arrow_tests.rs"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"
[[test]]
name = "fanout_tests"
path = "tests/fanout_tests.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "help_tests"
path = "tests/help_tests.rs"
[[test]]
name = "intent_tests"
path = "tests/intent_tests.rs"
[[test]]
name = "layout_tests"
path = "tests/layout_tests.rs"
[[test]]
name = "loop_tests"
path = "tests/loop_tests.rs"
[[test]]
name = "svg_tests"
path = "tests/svg_tests.rs"