# 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 = "snippy-rs" version = "1.1.0" authors = ["Nicolas Chagnet "] description = "A simple cross-platform CLI tool to manage user-defined snippets. Snippets are loaded and unloaded through the clipboard." readme = "README.md" keywords = [ "snippets", "cli", "clipboard", "cross-platform", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/NicolasChagnet/snippy-rs" [[bin]] name = "snippy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.arboard] version = "3.3.1" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.directories] version = "5.0.1" [dependencies.humphrey_json] version = "0.2.2" [dependencies.jasondb] version = "0.2.7" [dependencies.uuid] version = "1.7.0" features = ["v7"]