# 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 = "powerline-rs" version = "0.2.0" authors = ["jD91mZM2 "] description = "powerline-shell rewritten in Rust. Inspired by powerline-go." readme = "README.org" license-file = "LICENSE" repository = "https://github.com/jD91mZM2/powerline-rs" [dependencies.chrono] version = "0.4.9" optional = true [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.flame] version = "0.2.2" optional = true [dependencies.git2] version = "0.10.1" optional = true default-features = false [dependencies.users] version = "0.9.1" optional = true [build-dependencies.clap] version = "2.33.0" [features] default = ["chrono", "git2", "users"]