# 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 = "jean" version = "0.1.0" description = "Computational biology utility library for Rust featuring sequence alignment, genome annotation, and I/O of biological files" homepage = "https://github.com/dangreco/jean" keywords = [ "dna", "rna", "protein", "bioinformatics", "biology", ] categories = ["science"] license = "GPL-3.0" repository = "https://github.com/dangreco/jean" resolver = "1" [dependencies.jean_alignment] version = "0.1.0" optional = true [dependencies.jean_blosum] version = "0.1.0" optional = true [dependencies.jean_core] version = "0.1.0" [dependencies.jean_cut] version = "0.1.0" [dependencies.jean_io] version = "0.1.0" optional = true [dev-dependencies.jean_alignment] version = "0.1.0" [dev-dependencies.jean_blosum] version = "0.1.0" [dev-dependencies.jean_io] version = "0.1.0" [features] alignment = ["jean_alignment"] blosum = ["jean_blosum"] io = ["jean_io"]