# 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 = "d4utils" version = "0.2.18" authors = ["Hao Hou "] description = "The CLI utils for D4 file format" license = "MIT" [[bin]] name = "d4tools" path = "src/main.rs" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.cpuprofiler] version = "0.0.4" optional = true [dependencies.d4] version = "0.2.18" [dependencies.d4-bigwig] version = "0.2.18" [dependencies.d4-framefile] version = "0.2.18" [dependencies.d4-hts] version = "0.2.18" [dependencies.env_logger] version = "0.7.1" [dependencies.log] version = "0.4.8" [dependencies.plotters] version = "0.2.12" features = ["svg", "area_series"] default_features = false [dependencies.rayon] version = "1.3.0" [dependencies.regex] version = "1.3.1" [features] prof = ["cpuprofiler"]