-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (30 loc) · 805 Bytes
/
Cargo.toml
File metadata and controls
34 lines (30 loc) · 805 Bytes
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
workspace = { members = ["macro_sup"] }
[package]
name = "markdup_rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.81"
bincode = "1.3.3"
bio-types = "1.0.1"
clap = { version = "4.5.3", features = ["derive", "string"] }
log = "0.4.21"
log4rs = "1.3.0"
lru = "0.12.3"
regex = "1.10.4"
rust-htslib = { path = "./deps/rust-htslib" }
serde = { version = "1.0.197", features = ["derive"] }
tempfile = "3.10.1"
thiserror = "1.0.58"
tikv-jemalloc-ctl = "0.5.4"
tikv-jemallocator = "0.5.4"
macro_sup = { path = "./macro_sup" }
serde_json = { version = "1.0.115", features = ["std"] }
chrono = "0.4.38"
shlex="1.3.0"
[profile.dev]
incremental = true
[profile.release]
codegen-units=1
lto=true