# 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 = "twobit" version = "0.2.1" authors = [ "joern ", "Ivan Smirnov ", ] description = "Pure Rust implementation of the TwoBit sequence file format" documentation = "https://docs.rs/twobit" readme = "README.md" keywords = [ "sequence", "gene", "genome", "twobit", "2bit", ] categories = [ "science", "parsing", ] license = "MIT" repository = "https://github.com/jbethune/rust-twobit" resolver = "2" [lib] name = "twobit" path = "src/lib.rs" bench = false [[bench]] name = "bench" harness = false [target."cfg(bench)".dev-dependencies.criterion] version = "^0.3.5"