# 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 = "etym" version = "0.0.7" authors = ["Conor Schaefer "] include = [ "src/main.rs", "src/lib.rs", "LICENSE", "README.md", "tests/fixture-viking.html", "!**/tests/**/*", ] description = "Queries EtymOnline.com to look up etymologies for words" readme = "README.md" keywords = [ "etymology", "linguistics", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/conorsch/etym" [package.metadata.deb] section = "misc" depends = "" name = "etym" assets = [[ "target/x86_64-unknown-linux-musl/release/etym", "usr/bin/", "755", ]] [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.regex] version = "1" [dependencies.scraper] version = "0.15" [dependencies.textwrap] version = "0.16" features = ["terminal_size"] [dependencies.ureq] version = "2"