[package] name = "subplotlib" version = "0.5.0" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", ] 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.tech/" repository = "https://gitlab.com/subplot/subplot" [dependencies] fehler = "1" subplotlib-derive = { version = "0.5.0", path = "../subplotlib-derive" } lazy_static = "1" base64 = "0.13" state = "0.5" tempfile = "3.1" fs2 = "0.4" time = { version = "0.3", features = ["macros", "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.5.0", path = "../subplot-build" } [dev-dependencies] serde_json = "1.0"