# 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.65.0" name = "prole" version = "1.3.1" authors = ["Aaron Mussig "] description = "Prole is a collection of re-usable methods in Rust. Feel free to use them for your own work." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/aaronmussig/prole" [dependencies.bio] version = "1.4.0" [dependencies.chrono] version = "0.4.31" [dependencies.derive_more] version = "0.99.17" [dependencies.env_logger] version = "0.10.1" [dependencies.flate2] version = "1.0.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.tempfile] version = "3.8.1"