rust-bio-tools 0.2.0

A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio.
# 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 = "rust-bio-tools"
version = "0.2.0"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>", "Erik Clarke <ecl@pennmedicine.upenn.edu>"]
description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio."
homepage = "https://github.com/rust-bio/rust-bio-tools"
license-file = "LICENSE.md"

[[bin]]
name = "rbt"
path = "src/main.rs"
[dependencies.bio]
version = "0.14"

[dependencies.clap]
version = "2.27"
features = ["yaml", "color", "suggestions"]

[dependencies.csv]
version = "0.15"

[dependencies.custom_derive]
version = "0.1"

[dependencies.fern]
version = "0.4"

[dependencies.itertools]
version = "0.6"

[dependencies.log]
version = "0.3"

[dependencies.newtype_derive]
version = "0.1"

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

[dependencies.rust-htslib]
version = "0.15"

[dependencies.rustc-serialize]
version = "0.3"