# 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 = "kaivm" version = "0.3.0" authors = ["Alfredo Gallardo "] description = "KAIVM is a multiplatform Command Line Interface (CLI) designed to simplify the process of downloading, managing, configuring, and running different versions of Shinkai Node" homepage = "https://github.com/agallardol/kaivm" readme = "README.md" keywords = [ "cli", "shinkai", "ai", "shinkai-node", "version-manager", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/agallardol/kaivm" [dependencies.clap] version = "4.5.3" [dependencies.dirs] version = "5.0.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.11.26" features = [ "blocking", "json", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.toml] version = "0.8.11" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "fileapi", "handleapi", ]