# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fastleng" version = "0.2.0" authors = ["holtjma "] description = "fastleng - read length statistics tool" homepage = "https://github.com/HudsonAlpha/rust-fastleng" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HudsonAlpha/rust-fastleng" [profile.release] lto = true [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "1.1.2" [dependencies.log] version = "0.4.14" [dependencies.needletail] version = "0.4.1" [dependencies.rust-htslib] version = "0.39.5" features = ["static"] default-features = false [dependencies.serde] version = "1.0.129" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dev-dependencies]