# 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 = "hyper-scripter" version = "0.7.5" authors = ["why8ther "] autotests = false default-run = "hs" description = "The script managing tool for script lovers" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" resolver = "1" [[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" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.clap_complete] version = "3.1.1" [dependencies.console] version = "0.13.0" [dependencies.ctrlc] version = "3.0" [dependencies.derive_more] version = "0.99.0" [dependencies.dirs] version = "3.0.1" [dependencies.env_logger] version = "0.6.2" optional = true [dependencies.fd-lock] version = "4.0.0" [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.5" [dependencies.hyper-scripter-util] version = "0.7.5" [dependencies.log] version = "0.4.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.98" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.shlex] version = "1.1.0" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "macros", "sqlite", "chrono", "migrate", ] default-features = false [dependencies.term_grid] version = "0.1" [dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", ] [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" [build-dependencies.log] version = "0.4.8" [build-dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "macros", "sqlite", "chrono", "migrate", ] default-features = false [build-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", ] [features] benching = [] default = ["log"] hard-home = [] log = ["env_logger"] no-log = ["log/max_level_off"] no-state-check = []