[package] name = "logged_command" version = "0.7.1" authors = ["thin-edge.io team "] edition = "2021" rust-version = "1.58.1" [dependencies] async-trait = "0.1" log = "0.4" thiserror = "1.0" tokio = { version = "1.8", features = [ "fs", "io-util", "macros", "process", "rt" ] } [dev-dependencies] anyhow = "1.0" assert_matches = "1.5" serial_test = "0.6" tempfile = "3.2" test-case = "2.0"