# 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 = "eliprompt" version = "0.4.0" authors = ["Stephane Raux "] description = "Elegant and informative shell prompt" homepage = "https://github.com/stephaneyfx/eliprompt" readme = "README.md" keywords = [ "shell", "prompt", "zsh", ] license = "MIT" repository = "https://github.com/stephaneyfx/eliprompt.git" [dependencies.ansi_term] version = "0.12.1" [dependencies.bs58] version = "0.5.0" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.18.1" [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.moniclock] version = "0.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.palette] version = "0.7.3" [dependencies.rgb] version = "0.8.37" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.whoami] version = "1.4.1"