# 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.70.0" name = "cytos" version = "1.2.1" authors = ["Aaron Mussig "] description = "A collection of frequently used Bioinformatics scripts/tasks written in Rust." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/aaronmussig/cytos" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.bio] version = "1.4.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5"