[package] name = "bio-rust" version = "0.1.1" edition = "2021" license = "MIT" description = "解析生物信息领域的基本数据结构,提供操纵这些数据的接口和构建一些统计模型。" authors = ["Slliu ", "loong "] homepage = "https://github.com/liushuailong/bio-rust" keywords = ["bio", "fastq", "parser"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] flate2 = ">=1.0.20"