# 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 = "scud_core" version = "0.13.0" authors = ["Josh Kersey "] description = "Core library of scud" homepage = "https://github.com/pulanski/scud" keywords = [ "cli", "vcs", "git", "github", "gitlab", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/pulanski/scud" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.clearscreen] version = "1.0.10" [dependencies.colored] version = "2" [dependencies.dialoguer] version = "0.10.2" features = ["fuzzy-select"] [dependencies.indicatif] version = "0.17.0" [dependencies.update-informer] version = "0.5.0" [dependencies.yansi] version = "0.5.1"