# 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 = "gloss-word" version = "0.2.8" authors = ["Theo Beers "] exclude = ["og.png"] description = "A simple English dictionary lookup utility" homepage = "https://github.com/theodore-s-beers/gloss-word" readme = "README.md" keywords = [ "definition", "dictionary", "etymology", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/theodore-s-beers/gloss-word" [[bin]] name = "gloss" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["cargo"] [dependencies.directories] version = "5.0.1" [dependencies.indicatif] version = "0.17.5" [dependencies.regex] version = "1.9.1" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.scraper] version = "0.17.1" [dependencies.tempfile] version = "3.7.0" [dependencies.trash] version = "3.0.6" features = ["coinit_apartmentthreaded"] default-features = false [dependencies.ureq] version = "2.7.1"