# 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 = "dihardts_omicstools" version = "2.0.3" description = "Collection of different omic tools, structs and enums." homepage = "https://github.com/di-hardt/omicstools.git" documentation = "https://github.com/di-hardt/omicstools.git" readme = "Readme.md" license-file = "LICENSE" repository = "https://github.com/di-hardt/omicstools.git" [dependencies.anyhow] version = "1.0.72" [dependencies.base64] version = "0.21.5" [dependencies.csv] version = "1.2.2" [dependencies.fallible-iterator] version = "0.3.0" [dependencies.fancy-regex] version = "0.12.0" [dependencies.flate2] version = "1.0.28" features = ["zlib"] [dependencies.lazy_static] version = "1.4.0" [dependencies.petgraph] version = "0.6.4" features = ["serde-1"] [dependencies.quick-xml] version = "0.31.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sha1] version = "0.10.6" [dependencies.zip] version = "0.6.6" [dev-dependencies.reqwest] version = "0.11.22" features = ["blocking"] [build-dependencies.anyhow] version = "1.0.72" [build-dependencies.askama] version = "0.12.0" [build-dependencies.csv] version = "1.2.2"