bio 0.18.0

A bioinformatics library for Rust. This library provides implementations of many algorithms and data structures that are useful for bioinformatics, but also in other fields.
Documentation
# 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 = "bio"
version = "0.18.0"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "A bioinformatics library for Rust. This library provides implementations of many algorithms and data structures that are useful for bioinformatics, but also in other fields."
homepage = "https://rust-bio.github.io"
documentation = "https://docs.rs/bio"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rust-bio/rust-bio"
[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
tag-message = "Version {{version}} of Rust-Bio."
[dependencies.approx]
version = "0.1"

[dependencies.bit-set]
version = "0.4"

[dependencies.bit-vec]
version = "0.4"

[dependencies.bytecount]
version = "0.3.1"

[dependencies.csv]
version = "1.0.0-beta.5"

[dependencies.custom_derive]
version = "0.1"

[dependencies.fxhash]
version = "0.2"

[dependencies.itertools]
version = "0.6"

[dependencies.itertools-num]
version = "0.1"

[dependencies.lazy_static]
version = "0.2"

[dependencies.multimap]
version = "0.4"

[dependencies.ndarray]
version = "0.9"

[dependencies.newtype_derive]
version = "0.1"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.1"

[dependencies.ordered-float]
version = "0.5"

[dependencies.quick-error]
version = "1.2"

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.vec_map]
version = "0.8"
features = ["eders"]

[features]
avx-accel = ["bytecount/avx-accel"]
simd-accel = ["bytecount/simd-accel"]