summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
blob: bd4604d950618318ab9e3946a336d3a27fce26dd (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
37
38
[package]
name = "subplotlib"
version = "0.4.1"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
  "Daniel Silverstone <dsilvers@digital-scurf.org>",
]
edition = "2018"
license = "MIT-0"
description = '''
Utility functions and types for `subplot codegen` generated Rust based
test suites.  Relies on `subplotlib-derive` for associated macros.'''
homepage = "https://subplot.liw.fi/"
repository = "https://gitlab.com/subplot/subplot"


[dependencies]
fehler = "1"
subplotlib-derive = { version = "0.4.0", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.13"
state = "0.5"
tempfile = "3.1"
fs2 = "0.4"
time = { version = "0.3", features = ["parsing"] }
filetime = "0.2"
regex = "1.4"
shell-words = "1.0"
unescape = "0.1"
remove_dir_all = "0.7"


[build-dependencies]
glob = "0.3"
subplot-build = { version = "0.4.0", path = "../subplot-build" }

[dev-dependencies]
serde_json = "1.0"