# 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.81.0" name = "compact-genome" version = "11.0.0" authors = ["Sebastian Schmidt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Representation of genomes" homepage = "https://github.com/sebschmi/compact-genome-rs" documentation = "https://docs.rs/compact-genome" readme = "README.md" keywords = [ "genome", "representation", "compact", "string", "bioinformatics", ] categories = [ "data-structures", "science", ] license = "BSD-2-Clause" repository = "https://github.com/sebschmi/compact-genome-rs" [lib] name = "compact_genome" path = "src/lib.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.enum-iterator] version = "2.1.0" optional = true [dependencies.flate2] version = "1.0.33" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.ref-cast] version = "1.0.23" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.traitsequence] version = "3.0.0" [features] io = [ "flate2", "enum-iterator", ] rand = ["dep:rand"] serde = ["dep:serde"]