# 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 = "jarn" version = "0.1.0" description = "A package manager for jaseci applications" homepage = "https://jaseci.org" keywords = [ "ai", "cli", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.dialoguer] version = "0.10.4" features = ["history"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.3" [dependencies.zip] version = "0.6.5"