# 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.79" name = "subplot" version = "0.11.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false default-run = "subplot" description = """ tools for specifying, documenting, and implementing automated acceptance tests for systems and software""" homepage = "https://subplot.tech/" readme = "README.md" license = "MIT-0" repository = "https://gitlab.com/subplot/subplot" [lib] name = "subplot" path = "src/lib.rs" [[bin]] name = "subplot" path = "src/bin/subplot.rs" [[test]] name = "bindings-ubm" path = "tests/bindings-ubm.rs" [dependencies.anyhow] version = "1.0.4" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4" features = [ "derive", "env", "string", ] [dependencies.env_logger] version = "0.11.3" [dependencies.file_diff] version = "1" [dependencies.getopts] version = "0.2.21" [dependencies.git-testament] version = "0.2" [dependencies.html-escape] version = "0.2.13" [dependencies.lazy_static] version = "1" [dependencies.line-col] version = "0.2.1" [dependencies.log] version = "0.4.16" [dependencies.marked-yaml] version = "0.7.0" features = ["serde-path"] [dependencies.pikchr] version = "0.1" [dependencies.pulldown-cmark] version = "0.12.0" [dependencies.regex] version = "1" [dependencies.roadmap] version = "0.6.1" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1.1" [dependencies.tempfile] version = "3.1.0" [dependencies.tempfile-fast] version = "0.3.1" [dependencies.tera] version = "1.18" features = [ "slug", "percent-encoding", "humansize", "rand", ] default-features = false [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.4" features = [ "formatting", "macros", ] [build-dependencies.anyhow] version = "1" [build-dependencies.walkdir] version = "2"