# 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 = "snipr" version = "0.1.0" authors = ["Uriah G. "] description = "A CLI tool (snipr) for managing Neovim and VSCode snippets" readme = "README.md" keywords = [ "neovim", "snippets", "rust", "cli", "vscode", ] categories = ["command-line-utilities"] license = "MIT" [package.metadata.bundle] category = "Developer Tool" copyright = "Copyright (c) codeitlikemiley 2023. All rights reserved." identifier = "com.codeitlikemiley.snipr" long_description = "A CLI tool for managing Neovim and VSCode snippets" name = "snipr" osx_url_schemes = ["com.codeitlikemiley.snipr"] script = "scripts/postinstall" short_description = "A CLI tool for managing Neovim and VSCode snippets" version = "0.1.0" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = [ "cargo", "derive", "string", ] [dependencies.dirs-next] version = "2.0.0" [dependencies.dotenv] version = "0.15.0" features = ["clap"] [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tempfile] version = "3.8.1" features = [] [dependencies.tokio] version = "1.35.0" features = ["full"]