# 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 = "rustag" version = "0.1.0" authors = ["Axect "] description = "Rustag, a Rust-built command-line tool, simplifies file organization through custom tagging and swift fuzzy search, enhancing file management directly from your terminal." readme = "README.md" keywords = [ "cli", "tag", "tagging", "fuzzy", "fuzzy-search", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Axect/Rustag" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.postcard] version = "1.0.8" features = ["alloc"] [dependencies.serde] version = "1.0.193" features = ["serde_derive"] [dependencies.shellexpand] version = "3.1.0"