# 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 = "fstore-rs" version = "0.1.0" authors = ["Ranjeeth Mahankali "] description = "CLI tool for tagging and searching files. See README.md for more info." readme = "README.md" keywords = [ "file", "tag", "search", "organize", "archive", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/ranjeethmahankali/fstore" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.crossterm] version = "0.27.0" [dependencies.edit] version = "0.1" [dependencies.glob-match] version = "0.2" [dependencies.opener] version = "0.6" [dependencies.ratatui] version = "0.24.0"