smafa 0.1.0

Biological sequence aligner for aligned sequences.
Documentation
[package]
name = "smafa"
version = "0.1.0"
license = "GPL-3.0"
description = "Biological sequence aligner for aligned sequences."
homepage = "https://github.com/wwood/smafa"
repository = "https://github.com/wwood/smafa"
documentation = "https://github.com/wwood/smafa"
readme = "README.md"
authors = ["Ben Woodcroft <donttrustben@gmail.com>"]

[dependencies]
bio = "^0.15"
log = "^0.3.8"
env_logger = "^0.4.3"
clap = "^2.26.0"
serde = "^1.0.11"
bincode = "^0.8.0"
serde_derive = "^1.0.11"
snap = "^0.2.2"

[dev-dependencies]
tempfile = "^2.1.6"

[features]
unstable = []