summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1b88a76becf5110935f4eaa0ca5fc984374dc91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "subplot"
version = "0.1.0"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
  "Daniel Silverstone <dsilvers@digital-scurf.org>",
]
edition = "2018"
license = "GPL-3.0-or-later"
description = '''
tools for specifying, documenting,
and implementing automated acceptance tests for systems and software'''
homepage = "https://subplot.liw.fi/"
repository = "https://gitlab.com/larswirzenius/subplot"

[dependencies]
pandoc_ast = "0.7.2"
pandoc = "0.8.0"
structopt = "0.3"
base64 = "0.10.0"
roadmap = "0.2"
tempfile = "3.1.0"
tempfile-fast = "0.3.1"
regex = "1"
serde_yaml = "0.8.11"
serde_json = "1.0"
serde = { version = "1.0.101", features = ["derive"] }
serde-aux = "0.6.1"
chrono = "0.4"
thiserror = "1"
anyhow = "1"
file_diff = "1"

[dependencies.tera]
version = "1"
default-features = true