starship/Cargo.toml

36 lines
912 B
TOML
Raw Normal View History

2019-04-02 03:23:03 +00:00
[package]
name = "starship"
2019-07-10 17:46:06 +00:00
version = "0.2.0"
2019-04-02 03:23:03 +00:00
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"
readme = "README.md"
license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
categories = ["command-line-utilities"]
description = """
The cross-shell prompt for astronauts. 🌌
"""
[badges]
azure-devops = { project = "starship-control/starship", pipeline = "Starship Test Suite" }
is-it-maintained-issue-resolution = { repository = "starship/starship" }
is-it-maintained-open-issues = { repository = "starship/starship" }
maintenance = { status = "actively-developed" }
2019-04-02 03:23:03 +00:00
[dependencies]
2019-04-18 04:06:31 +00:00
clap = "2.33.0"
2019-04-02 04:45:49 +00:00
ansi_term = "0.11.0"
dirs = "2.0.1"
git2 = "0.9.1"
toml = "0.5.1"
serde_json = "1.0.40"
rayon = "1.1.0"
2019-05-14 04:43:11 +00:00
pretty_env_logger = "0.3.0"
log = "0.4.6"
battery = "0.7.4"
lazy_static = "1.3.0"
[dev-dependencies]
tempfile = "3.1.0"