# 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 = "starship-gitlab" version = "0.1.4" authors = ["koresframework", "Jonathan H. R. Lopes "] description = "GitLab Custom Command for starship.rs" homepage = "https://gitlab.com/Kores/starship-gitlab" documentation = "https://docs.rs/starship-gitlab/" readme = "README.md" keywords = ["cli", "starship", "gitlab"] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE" repository = "https://gitlab.com/Kores/starship-gitlab" resolver = "2" [dependencies.clap] version = "=3.0.0-beta.5" features = ["derive", "suggestions", "color"] [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.17" [dependencies.git-url-parse] version = "0.3.1" [dependencies.git2] version = "0.13.22" [dependencies.gitlab] version = "0.1402.0" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.simplelog] version = "0.10.0" [dependencies.sled] version = "0.34.7" features = ["compression"] [dependencies.termion] version = "1.5.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8"