# 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 = "bedrs" version = "0.2.25" description = "Genomic interval library in rust" documentation = "https://docs.rs/bedrs" keywords = [ "interval", "bioinformatics", "ranges", "genomic", "bed", ] categories = ["science"] license = "MIT" repository = "https://github.com/noamteyssier/bedrs" [profile.bench] debug = 2 [[bench]] name = "benchmark" harness = false [dependencies.anyhow] version = "1.0.81" [dependencies.bedrs_derive] version = "0.1.0" [dependencies.derive-new] version = "0.6.0" [dependencies.getset] version = "0.1.2" [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.58" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.tinystr] version = "0.7.5" [features] rayon = ["dep:rayon"] serde = ["dep:serde"]