[[bench]]
harness = false
name = "bench"
[lib]
bench = false
name = "twobit"
path = "src/lib.rs"
[package]
authors = ["joern <joern@localhost>", "Ivan Smirnov <rust@ivan.smirnov.ie>"]
categories = ["science", "parsing"]
description = "Pure Rust implementation of the TwoBit sequence file format"
documentation = "https://docs.rs/twobit"
edition = "2018"
keywords = ["sequence", "gene", "genome", "twobit", "2bit"]
license = "MIT"
name = "twobit"
readme = "README.md"
repository = "https://github.com/jbethune/rust-twobit"
version = "0.2.0"
[target."cfg(bench)".dev-dependencies.criterion]
version = "^0.3.5"