# 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_cli2" version = "1.1.0" authors = ["Thomas Obernosterer "] description = "Hisho CLI is a tool for local development with dependencies built using Hisho Core." keywords = [ "tool", "dev", "development", ] categories = ["command-line-utilities"] license = "MPL-2.0" [dependencies.clap] version = "4.4.7" [dependencies.hisho_core] version = "1.1.0" [dependencies.ron] version = "0.8.1" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", ]