# 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.8" authors = ["alejandrogzi "] build = 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" [profile.release] opt-level = 3 lto = true [lib] name = "packbed" path = "src/lib.rs" [[bin]] name = "packbed" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dashmap] version = "6" features = ["rayon"] [dependencies.flate2] version = "1.0.20" [dependencies.hashbrown] version = "0.14" features = [ "rayon", "serde", ] [dependencies.memmap2] version = "0.9.4" [dependencies.num-traits] version = "0.2.19" [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.1" [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.210" features = [ "derive", "rc", ] [dependencies.tempfile] version = "^3"