# 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.2" authors = ["alejandrogzi "] 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" [profile.release] opt-level = 3 lto = true [lib] name = "chromsize" path = "src/lib.rs" [[bin]] name = "chromsize" path = "src/main.rs" [[bin]] name = "chromsize-benchmark" path = "bench/bench.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.flate2] version = "1.0.20" [dependencies.memchr] version = "2.7" [dependencies.memmap2] version = "0.9.4" [dependencies.num_cpus] version = "1.14.0" [dependencies.rayon] version = "1.10.0"