chromsize 0.0.34

just get your chrom sizes
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 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 = "chromsize"
version = "0.0.34"
authors = ["alejandrogzi <alejandrxgzi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "chromsize"
description = "just get your chrom sizes"
homepage = "https://github.com/alejandrogzi/chromsize"
readme = "README.md"
keywords = [
    "chromosome",
    "size",
    "genome",
    "fasta",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/alejandrogzi/chromsize"

[lib]
name = "chromsize"
path = "src/lib.rs"

[[bin]]
name = "chromsize"
path = "src/main.rs"

[[bin]]
name = "chromsize-benchmark"
path = "bench/bench.rs"

[[test]]
name = "input_formats"
path = "tests/input_formats.rs"

[dependencies.bytecount]
version = "0.6"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.flate2]
version = "1.0.20"
features = ["zlib-ng-compat"]
default-features = false

[dependencies.memchr]
version = "2.7"

[dependencies.memmap2]
version = "0.9.4"

[dependencies.num_cpus]
version = "1.14.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.twobit]
version = "0.2.1"

[profile.release]
opt-level = 3
lto = true