# 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 = "dictate" version = "0.9.0" authors = ["Amirabbas Fazelinia "] build = true description = "CLI utility for looking up words in online dictionary " readme = "README.md" license = "MIT" repository = "https://github.com/utilyre/dictate" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.directories] version = "5.0.1" [dependencies.minus] version = "5.1" features = [ "search", "static_output", ] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.textwrap] version = "0.16" features = ["terminal_size"] [dependencies.tokio] version = "1.25" features = ["full"] [build-dependencies.clap] version = "4.1" features = ["derive"] [build-dependencies.clap_complete] version = "4.1"