# 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 = "2018" name = "bio-types" version = "1.0.4" authors = ["Johannes Köster "] build = false exclude = [ ".gitignore", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of common biomedical types for use in rust-bio and rust-htslib." homepage = "https://rust-bio.github.io" documentation = "https://docs.rs/bio-types" readme = "README.md" license = "MIT" license-file = "LICENSE.md" repository = "https://github.com/rust-bio/rust-bio-types" [lib] name = "bio_types" path = "src/lib.rs" [dependencies.clap] version = ">=3.2.0" features = ["derive"] optional = true [dependencies.derive-new] version = "0.6" [dependencies.lazy_static] version = "1.5" [dependencies.petgraph] version = ">=0.5, <0.7" optional = true [dependencies.regex] version = "1.10" [dependencies.serde] version = "^1" features = ["derive"] optional = true [dependencies.strum_macros] version = ">=0.20, <0.27" [dependencies.thiserror] version = "1" [features] phylogeny = ["petgraph"]