# 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 = "recmap" version = "0.3.5" authors = ["Vince Buffalo "] description = "A library for reading and working with recombination maps in Rust" documentation = "https://docs.rs/recmap/" readme = "README.md" keywords = [ "genomics", "bioinformatics", "compbio", ] categories = ["science"] license = "MIT" repository = "https://github.com/vsbuffalo/recmap" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [lib] name = "recmap" path = "src/lib.rs" [[bin]] name = "recmap" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.4.18" features = ["derive"] optional = true [dependencies.csv] version = "1.3.0" [dependencies.flate2] version = "1.0.28" [dependencies.genomap] version = "0.1.3" [dependencies.indexmap] version = "2.2.2" [dependencies.ndarray] version = "0.15.6" [dependencies.num-traits] version = "0.2.17" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.clap] version = "4.4.18" features = ["derive"] [dev-dependencies.tempfile] version = "3.10.0" [features] big-position = [] cli = ["clap"]