# 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 = "2018" name = "uniprot" version = "0.7.0" authors = ["Martin Larralde "] exclude = ["tests/*.xml"] description = "Rust data structures and parser for the Uniprot database(s)." homepage = "https://github.com/althonos/uniprot.rs" readme = "README.md" keywords = [ "uniprotkb", "uniref", "swissprot", "trembl", "parser", ] categories = [ "science", "parser-implementations", ] license = "MIT" repository = "https://github.com/althonos/uniprot.rs" [dependencies.chrono] version = "0.4.31" [dependencies.crossbeam-channel] version = "0.5.8" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.memchr] version = "2.6.4" [dependencies.num_cpus] version = "1.12.0" optional = true [dependencies.quick-xml] version = "0.30.0" [dependencies.smartstring] version = "1.0" optional = true [dependencies.url] version = "2.4.1" optional = true [dev-dependencies.ftp] version = "3.0.1" [dev-dependencies.libflate] version = "2.0.0" [dev-dependencies.ureq] version = "2.4.0" [features] default = [ "threading", "smartstring", ] threading = [ "crossbeam-channel", "lazy_static", "num_cpus", ] url-links = ["url"] [badges.codecov] repository = "althonos/uniprot.rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "althonos/uniprot.rs" [badges.maintenance] status = "as-is" [badges.travis-ci] repository = "althonos/uniprot.rs"