# 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 = "udit" version = "0.1.1" description = "UDIT (urban dictionary it) is a tool to quickly search up words with urban dictionary" license = "MIT" repository = "https://github.com/Kara-Zor-El/udit" resolver = "2" [dependencies.colored] version = "^2.0.0" [dependencies.reqwest] version = "0.11.10" [dependencies.scraper] version = "^0.12.0" [dependencies.select] version = "^0.5.0" [dependencies.structopt] version = "^0.3.11" [dependencies.tokio] version = "^1.17.0" features = ["full"]