# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dictcc" version = "0.1.1" authors = ["Mathias Lengler", "Kevin Deggelmann"] exclude = ["ci/*"] description = "Rust API for reading and querying the dict.cc offline translation database." readme = "README.md" categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0" repository = "https://github.com/kedeggel/dictcc-rust" [profile.release] lto = true [[bin]] name = "dictcc" path = "src/bin/cli/main.rs" required-features = ["cli"] [dependencies.app_dirs] version = "1.1.1" optional = true [dependencies.colored] version = "1.6.0" [dependencies.csv] version = "1.0.0-beta.5" [dependencies.failure] version = "0.1.1" [dependencies.htmlescape] version = "0.3.1" [dependencies.itertools] version = "0.7.6" [dependencies.log] version = "0.4.1" [dependencies.nom] version = "3.2.1" [dependencies.prettytable-rs] version = "0.6.7" [dependencies.regex] version = "0.2" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.simplelog] version = "0.5.0" optional = true [dependencies.structopt] version = "0.1" optional = true [dependencies.structopt-derive] version = "0.1" optional = true [dependencies.toml] version = "0.4.5" optional = true [features] cli = ["structopt", "structopt-derive", "app_dirs", "toml", "simplelog"] [target."cfg(unix)".dependencies.pager] version = "0.14.0" [badges.appveyor] repository = "kedeggel/dictcc-rust" [badges.travis-ci] repository = "kedeggel/dictcc-rust"