# 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] edition = "2018" name = "gnverify" version = "0.3.1" authors = ["Dmitry Mozzherin "] description = "Takes a scientific name or a list of names and verifies them against a variety of biodiversity Data Sources" homepage = "https://github.com/gnames/gnverify" documentation = "https://docs.rs/gnverify/" readme = "README.md" license = "MIT" repository = "https://github.com/gnames/gnverify" [dependencies.anyhow] version = "1" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2" features = ["yaml"] default_features = true [dependencies.crossbeam-channel] version = "0.4" [dependencies.csv] version = "1" [dependencies.graphql_client] version = "0.9" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.9" [dependencies.same-file] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.stderrlog] version = "0.4" [dependencies.strum] version = "0.18" [dependencies.strum_macros] version = "0.18" [dependencies.thiserror] version = "1" [dependencies.winapi-util] version = "0.1.4"