# 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 = "bio-rust" version = "0.1.1" authors = [ "Slliu ", "loong ", ] description = "解析生物信息领域的基本数据结构,提供操纵这些数据的接口和构建一些统计模型。" homepage = "https://github.com/liushuailong/bio-rust" keywords = [ "bio", "fastq", "parser", ] license = "MIT" resolver = "2" [dependencies.flate2] version = ">=1.0.20"