# 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 = "ctrlg" version = "0.9.2" description = "A command line context switcher, written in Rust" homepage = "https://github.com/mrjones2014/ctrlg#readme" documentation = "https://github.com/mrjones2014/ctrlg/blob/master/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/mrjones2014/ctrlg" resolver = "2" [dependencies.ansi_term] version = "0.12" [dependencies.arboard] version = "2.1.0" [dependencies.clap] version = "3.0.7" features = [ "derive", "unicode", "wrap_help", ] [dependencies.config] version = "0.11.0" features = ["yaml"] [dependencies.dirs-next] version = "2.0.0" [dependencies.git2] version = "0.13" features = ["vendored-libgit2"] default-features = false [dependencies.glob] version = "0.3.0" [dependencies.once_cell] version = "1.9.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.1.0" [dependencies.skim] version = "0.9.4" [dependencies.tabled] version = "0.5.0"