# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "impromptu" version = "0.0.1" authors = ["Fabian Köhler "] default-run = "impromptu" description = " Generate your prompt with an efficient compiled rust program and make it look identical across shells." homepage = "https://github.com/f-koehler/impromptu" readme = "README.md" keywords = ["promp", "shell", "bash", "zsh"] categories = ["command-line-utilities"] license = "MIT" [profile.release] lto = true panic = "abort" [[bin]] name = "impromptu" path = "src/main.rs" [[bin]] name = "impromptu-colors" path = "src/main-colors.rs" [[bench]] name = "benchmarks" harness = false [dependencies.cached] version = "0.9.0" [dependencies.chrono] version = "0.4.9" [dependencies.clap] version = "2.31.2" [dependencies.criterion] version = "0.3.0" [dependencies.git2] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.nix] version = "0.15" [dependencies.regex] version = "1.3.1" [dependencies.termion] version = "1.5.3" [badges.travis-ci] branch = "master" repository = "f-koehler/impromptu"