# 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 = "slick" version = "0.12.1" authors = ["Nicolas Embriz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async ZSH prompt" homepage = "https://github.com/nbari/slick" documentation = "https://github.com/nbari/slick/blob/master/README.md" readme = "README.md" keywords = [ "prompt", "zsh", "shell", "terminal", "git", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "BSD-3-Clause" repository = "https://github.com/nbari/slick" [lib] name = "slick" path = "src/lib.rs" [[bin]] name = "slick" path = "src/bin/slick.rs" [dependencies.clap] version = "4" [dependencies.compound_duration] version = "1" [dependencies.git2] version = "0.19" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.users] version = "0.11"