# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "libprosic" version = "0.7.3" authors = ["Johannes Köster ", "David Lähnemann "] include = ["src/**/*", "Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE"] description = "A library for calling of genomic variants using a latent variable model." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/prosic/libprosic" [dependencies.GSL] version = "1.0" [dependencies.approx] version = "0.1" [dependencies.bio] version = "0.24" [dependencies.cached] version = "0.7.0" [dependencies.csv] version = "1.0.0-beta.5" [dependencies.itertools] version = "0.6" [dependencies.itertools-num] version = "0.1" [dependencies.lazy_static] version = "0.2" [dependencies.log] version = "0.3" [dependencies.ndarray] version = "0.6" [dependencies.ordered-float] version = "1.0" [dependencies.quick-error] version = "1.2" [dependencies.regex] version = "0.2" [dependencies.rust-htslib] version = "0.22" [dependencies.rusty-machine] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.statrs] version = "0.9" [dependencies.vec_map] version = "0.8" [dev-dependencies.env_logger] version = "0.3" [dev-dependencies.fern] version = "0.4" [dev-dependencies.flate2] version = "0.2" [dev-dependencies.hyper] version = "0.10" [features] default = [] gslv2 = ["GSL/v2"]