[package]
name = "d4tools"
version = "0.3.2"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2021"
license = "MIT"
description = "The CLI utils for D4 file format"
[features]
seq-task = ["d4/seq-task"]
[dependencies]
d4 = { version = "0.3.2" }
d4-hts = { version = "0.3.2" }
d4-framefile = { version = "0.3.2", features = ["mapped_io"]}
d4-bigwig = { version = "0.3.2" }
rayon = "1.3.0"
clap = { version = "2.33.0", features = ["yaml"] }
regex = "1.3.1"
log = "0.4.8"
env_logger = "0.9.0"
plotters = { version = "0.2.12", default_features = false, features = ["svg", "area_series"] }
warp = "0.3.1"
tokio = {version = "1.11.0", features = ["full"]}
serde_derive = "1.0.130"
serde = "1.0.130"
serde_json = "1.0.68"
[[bin]]
name = "d4tools"
path = "src/main.rs"
[lib]
name = "d4tools"
path = "src/lib.rs"