# 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" rust-version = "1.76" name = "bed-utils" version = "0.6.1" authors = ["Kai Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for manipulating genomic range objects" readme = "README.md" license = "MIT" repository = "https://github.com/kaizhang/bed-utils" [lib] name = "bed_utils" path = "src/lib.rs" [[example]] name = "merge_peaks" path = "examples/merge_peaks.rs" [[example]] name = "sort_bed" path = "examples/sort_bed.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.bincode] version = "1.3" [dependencies.byteorder] version = "1.5" [dependencies.indexmap] version = "2.5" [dependencies.itertools] version = "0.13" [dependencies.lexical] version = "6.1" [dependencies.lz4] version = "1.0" [dependencies.num] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rstest] version = "0.19"