-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
47 lines (43 loc) · 1.08 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[package]
name = "sawfish"
version = "0.12.9"
authors = ["Chris Saunders <[email protected]>"]
description = "Structural variant analysis for mapped PacBio HiFi reads"
edition = "2021"
license-file="LICENSE.md"
[profile.release]
panic = "abort"
[profile.release-with-debug]
inherits = "release"
debug = true
[build-dependencies]
vergen-gitcl = "1"
[dependencies]
approx = "0.5"
bio = "2"
chrono = "0.4"
clap = { version = "4", features = ["derive", "suggestions"] }
const_format = "0.2"
exitcode = "1"
fern = "0.6"
flate2 = "1"
hhmmss = "0.1"
itertools = "0.13"
log = "0.4"
num = "0.4"
num_cpus = "1"
rayon = "1"
regex = "1"
rlimit = "0"
rust-htslib = { version = "0.47", default-features = false }
rust-vc-utils = { path="lib/rust-vc-utils" }
rust-wfa2 = { git = "https://github.com/ctsa/rust-wfa2.git" }
rmp-serde = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
simple-error = "0.3"
spoa = { tag = "sawfish_v1", git = "https://github.com/ctsa/spoa-rs.git" }
statrs = "0.17"
strum = { version = "0.26", features = ["derive"] }
thousands = "0.2"
unwrap = "1"