hyper-scripter 0.4.0

The script managing tool for script lovers
Documentation
[[bin]]
name = "hs"
path = "src/main.rs"

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

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

[[test]]
name = "util"
path = "tests/util_test.rs"

[[test]]
name = "history"
path = "tests/history.rs"
[build-dependencies.log]
version = "0.4.8"

[build-dependencies.sqlx]
default-features = false
features = ["runtime-tokio-native-tls", "macros", "sqlite", "chrono", "migrate", "any"]
version = "0.4.2"

[build-dependencies.tokio]
features = ["full"]
version = "0.2.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4.7"

[dependencies.colored]
version = "2"

[dependencies.console]
version = "0.13.0"

[dependencies.derive_more]
version = "0.99.0"

[dependencies.dirs]
version = "3.0.1"

[dependencies.env_logger]
version = "0.6.2"

[dependencies.futures]
version = "^0.3"

[dependencies.fuzzy-matcher]
version = "0.3.5"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.handlebars]
version = "3.3.0"

[dependencies.hyper-scripter-historian]
version = "0.4.0"

[dependencies.hyper-scripter-util]
version = "0.4.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4.8"

[dependencies.openssl]
features = ["vendored"]
version = "0.10.29"

[dependencies.prettytable-rs]
version = "^0.8"

[dependencies.regex]
version = "1.3.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.98"

[dependencies.serde_json]
version = "1.0.40"

[dependencies.sqlx]
default-features = false
features = ["runtime-tokio-native-tls", "macros", "sqlite", "chrono", "migrate", "any"]
version = "0.4.2"

[dependencies.structopt]
version = "0.3"

[dependencies.tokio]
features = ["full"]
version = "0.2.22"

[dependencies.toml]
version = "0.5.6"
[dev-dependencies.rand]
version = "0.8.3"

[features]
default = []
hard-home = []

[package]
authors = ["why8ther <lturtsamuel@gmail.com>"]
autotests = false
categories = ["command-line-utilities"]
description = "The script managing tool for script lovers"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "hyper-scripter"
version = "0.4.0"