# 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 = "bdb" version = "0.0.1" authors = ["Alex Huszagh "] exclude = ["test/data/*"] description = "Efficient APIs to parse from and export to file formats commonly used in biology, for both proteomics and genetics workflows." readme = "README.md" keywords = ["biology", "scientific", "proteomics", "genetics"] categories = ["parsing", "science"] license = "MIT/Apache-2.0" repository = "https://github.com/AlexHuszagh/bdb" [[bench]] name = "uniprot-complete" path = "benches/uniprot/complete.rs" harness = false [[bench]] name = "uniprot-csv" path = "benches/uniprot/csv.rs" harness = false [[bench]] name = "uniprot-fasta" path = "benches/uniprot/fasta.rs" harness = false [[bench]] name = "uniprot-re" path = "benches/uniprot/re.rs" harness = false [[bench]] name = "uniprot-valid" path = "benches/uniprot/valid.rs" harness = false [[bench]] name = "uniprot-xml" path = "benches/uniprot/xml.rs" harness = false [dependencies.cfg-if] version = "0.1" [dependencies.csv] version = "1" optional = true [dependencies.digit_group] version = "0.1" [dependencies.dtoa] version = "0.4" [dependencies.itoa] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.numpress] version = "1" [dependencies.quick-xml] version = "0.12" optional = true [dependencies.ref_slice] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.9.2" optional = true [dependencies.url] version = "1" optional = true [dev-dependencies.assert_approx_eq] version = "1" [dev-dependencies.bencher] version = "0.1.5" [features] default = ["csv", "fasta", "fastq", "http", "text", "mgf", "xml", "uniprot", "mass_spectrometry", "pdb", "sra"] fasta = [] fastq = [] http = ["reqwest", "url"] mass_spectrometry = [] mgf = [] pdb = [] sra = [] text = [] uniprot = [] xml = ["quick-xml"] [target."cfg(unix)".dependencies.openssl] version = "0.10" features = ["vendored"] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "AlexHuszagh/bdb"