reef 0.0.18

a package to execute and log system commands
Documentation
[package]

name = "reef"

version = "0.0.18"

authors = ["lou parslow <lou.parslow@gmail.com>"]

edition = "2018"

description = "a package to execute and log system commands"

homepage = "https://gitlab.com/crates-rs/reef"

repository = "https://gitlab.com/crates-rs/reef"

documentation = "https://docs.rs/reef"

readme = "README.md"

license = "MIT OR Apache-2.0"

keywords = ["command"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

error-chain = "0.12"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

chrono ="0.4"

regex = "1.3"

whoami = "0.9"

uuid = { version="0.8", features=["v4"]}

colored="2.0"



[dev-dependencies]

tempdir = "0.3"