# 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 = "simpla_vortaro" version = "0.4.2" authors = ["panicbit "] description = "Access the Esperanto dictionary Simpla Vortaro" documentation = "https://docs.rs/simpla_vortaro" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/panicbit/simpla_vortaro_rs" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.itertools] version = "0.12.1" [dependencies.percent-encoding] version = "2.3.1" [dependencies.reqwest] version = "0.11.27" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.textwrap] version = "0.16.1" features = ["terminal_size"] [dependencies.tokio] version = "1.39.1" features = [ "macros", "rt-multi-thread", ]