# 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 = "2018" name = "promptress" version = "0.2.3" authors = ["Jasmine Tai "] description = "Lightning-fast, customizable terminal prompt" homepage = "https://github.com/j-tai/promptress" documentation = "https://github.com/j-tai/promptress/wiki" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/j-tai/promptress" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.18.2" default-features = false [dependencies.if_chain] version = "1.0.2" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.smallvec] version = "1.13.1" [dependencies.termion] version = "3.0.0" [dependencies.toml] version = "0.8.10" [dependencies.uzers] version = "0.11.3"