hyper-scripter 0.7.1

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

[[bin]]
name = "gen-completion"
path = "src/bin/gen_completion.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"

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

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

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

[build-dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread"]
version = "1"
[dependencies.chrono]
features = ["serde"]
version = "0.4.7"

[dependencies.clap]
features = ["derive"]
version = "3.1.8"

[dependencies.clap_complete]
version = "3.1.1"

[dependencies.console]
version = "0.13.0"

[dependencies.ctrlc]
features = ["termination"]
version = "3.0"

[dependencies.derive_more]
version = "0.99.0"

[dependencies.dirs]
version = "3.0.1"

[dependencies.env_logger]
optional = true
version = "0.6.2"

[dependencies.futures]
version = "0.3.5"

[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.7.1"

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

[dependencies.log]
version = "0.4.8"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0.40"

[dependencies.shlex]
version = "1.1.0"

[dependencies.sqlx]
default-features = false
features = ["runtime-tokio", "macros", "sqlite", "chrono", "migrate"]
version = "0.7"

[dependencies.term_grid]
version = "0.1"

[dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread"]
version = "1"

[dependencies.toml]
version = "0.5.6"

[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.criterion-macro]
version = "0.3"

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

[features]
benching = []
default = ["log"]
hard-home = []
log = ["env_logger"]
no-log = ["log/max_level_off"]
no-state-check = []

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