# 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 = "whatyoumean" version = "3.5.1" authors = ["Clay66 "] description = "A CLI dictionary" readme = "README.md" keywords = [ "language", "definitions", "dictionary", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/Clay-6/WhatYouMean" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "wym" path = "src/main.rs" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.owo-colors] version = "3.5.0" features = ["supports-colors"] [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.tokio] version = "1.24.1" features = ["full"]