# 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.65.0" name = "omnitigs" version = "5.0.1" authors = ["Sebastian Schmidt "] description = "Omnitig-related algorithms" homepage = "https://github.com/sebschmi/omnitigs-rs" documentation = "https://docs.rs/omnitigs" readme = "README.md" keywords = [ "genome", "assembly", "omnitigs", "bioinformatics", ] categories = [ "mathematics", "algorithms", "science", ] license = "BSD-2-Clause" repository = "https://github.com/sebschmi/omnitigs-rs" [[bench]] name = "benches" harness = false [dependencies.bigraph] version = "5.0.0" [dependencies.bitvector] version = "0.1.5" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.4" [dependencies.traitgraph] version = "5.0.0" [dependencies.traitgraph-algo] version = "8.0.0" [dependencies.traitsequence] version = "2.0.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand_chacha] version = "0.3.1"