# 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.70.0" name = "digital_test_runner" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse and run tests used in hnemann's Digital logic designer and circuit simulator." homepage = "https://github.com/olofos/digital_test_runner" readme = "README.md" keywords = [ "digital", "circuit", "testing", ] categories = [ "development-tools::testing", "embedded", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/olofos/digital_test_runner" [lib] name = "digital_test_runner" path = "src/lib.rs" [[example]] name = "dynamic" path = "examples/dynamic.rs" [[test]] name = "74779" path = "tests/74779.rs" [dependencies.getrandom] version = "0.2.12" [dependencies.logos] version = "0.14.0" [dependencies.miette] version = "7.2.0" [dependencies.rand] version = "0.8.5" [dependencies.roxmltree] version = "0.20.0" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.colored] version = "2.1.0" [dev-dependencies.miette] version = "7.2.0" features = ["fancy"] [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.which] version = "6.0.1"