# 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" rust-version = "1.74" name = "random-tag" version = "1.0.1" authors = ["Gleb Chipiga "] description = "Generate random tags" readme = "README.md" keywords = [ "cli", "random", "random-generation", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/gleb-chipiga/random-tag" [profile.release] strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = [ "default", "derive", "cargo", ] [dependencies.clap_complete] version = "4.5" [dependencies.csv] version = "1" [dependencies.dialoguer] version = "0.11" [dependencies.dirs] version = "5" [dependencies.itertools] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.redb] version = "2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.time] version = "0.3" features = [ "formatting", "local-offset", "parsing", ]