# 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 = "hms" version = "0.1.0" authors = ["marcus.lindstrom1@gmail.com"] description = "Command line utility to help with storing text (eg. code snips)" readme = "README.md" license = "MIT" repository = "https://github.com/MackoHacko/hms" [dependencies.anyhow] version = "1.0.79" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.4.12" features = [ "cargo", "derive", ] [dependencies.cli-clipboard] version = "0.4.0" [dependencies.crossterm] version = "0.27.0" [dependencies.csv] version = "1.3.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.hms-common] version = "0.1.0" [dependencies.hms-db] version = "0.1.0" [dependencies.human-panic] version = "1.2.3" [dependencies.ratatui] version = "0.26.0" [dependencies.serde] version = "1.0.193" features = ["derive"]