# 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.80.1" name = "genome-graph" version = "10.0.0" authors = ["Sebastian Schmidt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Representation of genome graphs" homepage = "https://github.com/sebschmi/genome-graph" documentation = "https://docs.rs/genome-graph" readme = "README.md" keywords = [ "genome", "representation", "graph", "bioinformatics", ] categories = [ "data-structures", "science", ] license = "BSD-2-Clause" repository = "https://github.com/sebschmi/genome-graph" [lib] name = "genome_graph" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bigraph] version = "5.0.0" [dependencies.bio] version = "2.0.3" [dependencies.compact-genome] version = "9.1.0" [dependencies.disjoint-sets] version = "0.4.2" [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4.22" [dependencies.num-traits] version = "0.2.19" [dependencies.regex] version = "1.10.6" [dependencies.traitgraph-algo] version = "8.1.0" optional = true