subplotlib 0.11.0

Utility functions and types for `subplot codegen` generated Rust based test suites. Relies on `subplotlib-derive` for associated macros.
Documentation
[build-dependencies.glob]
version = "0.3"

[build-dependencies.subplot-build]
version = "0.11.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.culpa]
version = "1.0.1"

[dependencies.filetime]
version = "0.2.9"

[dependencies.fs2]
version = "0.4"

[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1.4"

[dependencies.remove_dir_all]
version = "0.8"

[dependencies.shell-words]
version = "1.0"

[dependencies.state]
version = "0.5"

[dependencies.subplotlib-derive]
version = "0.11.0"

[dependencies.tempfile]
version = "3.1"

[dependencies.time]
features = ["macros", "parsing"]
version = "0.3"

[dependencies.unescape]
version = "0.1"

[dev-dependencies.serde_json]
version = "1.0"

[lib]
name = "subplotlib"
path = "src/lib.rs"

[package]
authors = ["Lars Wirzenius <liw@liw.fi>", "Daniel Silverstone <dsilvers@digital-scurf.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = """
Utility functions and types for `subplot codegen` generated Rust based
test suites.  Relies on `subplotlib-derive` for associated macros."""
edition = "2021"
homepage = "https://subplot.tech/"
license = "MIT-0"
name = "subplotlib"
readme = false
repository = "https://gitlab.com/subplot/subplot"
rust-version = "1.79"
version = "0.11.0"

[[test]]
name = "files"
path = "tests/files.rs"

[[test]]
name = "runcmd"
path = "tests/runcmd.rs"

[[test]]
name = "subplot"
path = "tests/subplot.rs"

[[test]]
name = "subplotlib"
path = "tests/subplotlib.rs"