-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (32 loc) · 817 Bytes
/
Cargo.toml
File metadata and controls
37 lines (32 loc) · 817 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
35
36
37
[package]
name = "fmlrc"
version = "0.1.8"
authors = ["holtjma <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "FM-index Long Read Corrector - Rust implementation"
homepage = "https://github.com/HudsonAlpha/fmlrc2"
repository = "https://github.com/HudsonAlpha/fmlrc2"
# documentation - auto-linked
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bio = "0.31.0"
clap = "2.33.1"
env_logger = "0.7.1"
exitcode = "1.1.2"
flate2 = "1.0.14"
libmath = "0.1.4"
log = "0.4.8"
needletail = "0.4.0"
serde_json = "1.0.58"
subprocess = "0.2.4"
tempfile = "3.1.0"
threadpool = "1.7.1"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "bv_bwt_benchmark"
harness = false
[profile.release]
lto = true