packbed 0.0.10

pack a .bed into overlapping components
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 = "packbed"
version = "0.0.10"
authors = ["alejandrogzi <alejandrxgzi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pack a .bed into overlapping components"
homepage = "https://github.com/alejandrogzi/packbed"
readme = "README.md"
keywords = [
    "components",
    "overlap",
    "transcript",
    "bed",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/alejandrogzi/packbed"

[features]
dashmap = ["dep:dashmap"]
default = ["hashmap"]
hashmap = []

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

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

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

[dependencies.dashmap]
version = "6"
features = ["rayon"]
optional = true

[dependencies.genepred]
version = "0.0.8"
features = [
    "rayon",
    "mmap",
]

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rayon]
version = "1.8.1"

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