diff --git a/Cargo.toml b/Cargo.toml index e12b017..f910fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "prosic" -version = "2.1.0" +version = "2.2.0-alpha0" authors = ["Johannes Köster "] [dependencies] -libprosic = { git = "https://github.com/prosic/libprosic.git", branch = "master" } +libprosic = "0.7.1" clap = {version = "2.24", features = ["yaml", "color", "suggestions"]} -rust-htslib = { git = "https://github.com/rust-bio/rust-htslib.git", branch="master" } -bio = { git = "https://github.com/rust-bio/rust-bio.git", branch="master" } +rust-htslib = "0.22" +bio = "0.24" log = "0.3.*" fern = "0.3.*" csv = "0.14.*" @@ -20,5 +20,4 @@ flamer = { version = "^0.1.2", optional = true } [features] default = [] -flame_it = ["flame", "flamer", "libprosic/flame_it"] gslv2 = ["libprosic/gslv2"]