# 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 = "shelf-cli" version = "0.1.53" authors = ["maytees"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Your personal CLI bookshelf for storing and recalling useful commands." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/maytees/shelf" [[bin]] name = "shelf" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2" [dependencies.copypasta] version = "0.10.1" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "=0.8.19"