# 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 = "croque" version = "0.7.0" authors = ["Ryooooooga "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and customizable shell prompt" readme = "README.md" keywords = [ "bash", "fish", "shell", "prompt", "zsh", ] license = "MIT" repository = "https://github.com/Ryooooooga/croque" [[bin]] name = "croque" path = "src/main.rs" [dependencies.aho-corasick] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.git2] version = "0.18" default-features = false [dependencies.hostname] version = "0.3" [dependencies.nu-ansi-term] version = "0.50" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.unicode-width] version = "0.2" [target."cfg(not(windows))".dependencies.users] version = "0.11"