intspan 0.3.3

Command line tools for IntSpan related bioinformatics operations
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]
edition = "2018"
name = "intspan"
version = "0.3.3"
authors = ["wang-q <wang-q@outlook.com>"]
description = "Command line tools for IntSpan related bioinformatics operations"
homepage = "https://github.com/wang-q/intspan"
documentation = "https://github.com/wang-q/intspan"
readme = "README.md"
categories = ["command-line-utilities", "text-processing", "bioinformatics"]
license = "MIT"
repository = "https://github.com/wang-q/intspan"

[lib]
name = "intspan"

[[bin]]
name = "spanr"
path = "src/spanr.rs"

[[bin]]
name = "linkr"
path = "src/linkr.rs"

[[example]]
name = "test"

[[example]]
name = "benchmark"

[[example]]
name = "file"
[dependencies.clap]
version = "2"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.petgraph]
version = "0.4.13"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"
[dev-dependencies.assert_cmd]
version = "0.11"

[dev-dependencies.predicates]
version = "1"

[dev-dependencies.tempfile]
version = "3.1.0"

[build-dependencies]
[badges.appveyor]
repository = "wang-q/intspan"

[badges.travis-ci]
branch = "0.3.3"
repository = "wang-q/intspan"