# 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" rust-version = "1.73.0" name = "hisho_core" version = "1.1.0" authors = ["Thomas Obernosterer "] description = "Hisho Core provides APIs to build untilities that aim to aid software development." keywords = [ "tool", "dev", "development", "make", ] categories = ["command-line-utilities"] license = "MPL-2.0" [dependencies.color-print] version = "0.3.5" [dependencies.dockworker] version = "0.3.0" [dependencies.dotenv-parser] version = "0.1.3" [dependencies.gix] version = "0.55.2" [dependencies.glob] version = "0.3.1" features = [] [dependencies.liquid] version = "0.26.4" [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.22" features = [ "rustls", "rustls-tls", "blocking", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", ] [features] allow_unsafe_command_templates = []