# 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 = "genomap" version = "0.2.6" authors = ["Vince Buffalo "] description = "A small library for storing generic genomic data indexed by a chromosome." readme = "README.md" keywords = [ "genomics", "bioinformatics", "compbio", ] categories = ["science"] license = "MIT" repository = "https://github.com/vsbuffalo/genomap" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [[bench]] name = "comparison" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "csv", "csv_output", ] [dev-dependencies.fnv] version = "1.0.7" [dev-dependencies.indexmap] version = "2.2.2" [dev-dependencies.rand] version = "0.8.5"