# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "reef" version = "0.1.17" authors = ["lou parslow "] description = "a package to execute and log system commands" homepage = "https://gitlab.com/crates-rs/reef" documentation = "https://docs.rs/reef" readme = "README.md" keywords = ["command"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/crates-rs/reef" [dependencies.anyhow] version = "1.0.49" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.colored] version = "2.0" [dependencies.directories] version = "5.0.1" [dependencies.log] version = "0.4.14" [dependencies.rusqlite] version = "0.30.0" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.69" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.url] version = "2.2.2" [dependencies.wait-timeout] version = "0.2.0" [dependencies.walkdir] version = "2.3" [dependencies.whoami] version = "1.2.1" [dev-dependencies]