# 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" name = "spectest" version = "0.1.2" authors = ["Alexander Alexandrov "] description = "A lightweight library for defining behavior-driven development (BDD) style tests in exernal files and running them with `cargo test`." readme = "README.md" keywords = [ "BDD", "testing", "spec", "tests", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/aalexandrov/mdspec" [lib] bench = false [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.fs2] version = "0.4.3" [dependencies.pulldown-cmark] version = "0.11" [dependencies.spectest_macros] version = "0.1.0" optional = true [dependencies.thiserror] version = "1.0.61" [dev-dependencies.indoc] version = "2" [dev-dependencies.meval] version = "0.2" [dev-dependencies.spectest_macros] version = "0.1.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.textwrap] version = "0.16.1" [features] default = ["macros"] macros = ["dep:spectest_macros"]