bio-types 0.9.1

A collection of common biomedical types for use in rust-bio and rust-htslib.
Documentation
[package]
name = "bio-types"
version = "0.9.1"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "A collection of common biomedical types for use in rust-bio and rust-htslib."
homepage = "https://rust-bio.github.io"
repository = "https://github.com/rust-bio/rust-bio"
documentation = "https://docs.rs/bio"
readme = "README.md"
license = "MIT"
license-file = "LICENSE.md"
edition = "2018"


[dependencies]
serde = { version = "^1", optional = true, features=["derive"] }
quick-error = "1.2"
regex = "1.0"
lazy_static = "1.1"
derive-new = "0.5"
strum_macros = "0.20"