-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCargo.toml
34 lines (32 loc) · 844 Bytes
/
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
[package]
name = "autocycler"
version = "0.2.1"
authors = ["Ryan Wick <[email protected]>"]
edition = "2021"
description = "consensus bacterial genome assemblies"
homepage = "https://github.com/rrwick/Autocycler"
documentation = "https://github.com/rrwick/Autocycler/wiki"
rust-version = "1.78"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ab_glyph = "0.2"
chrono = "0.4"
clap = { version = "4.5", features = ["derive", "cargo", "wrap_help"] }
colored = "2.1"
flate2 = "1.0"
fxhash = "0.2"
image = "0.25"
imageproc = "0.25"
indicatif = "0.17"
maplit = "1.0"
rand = "0.8"
rayon = "1.10"
regex = "1.11"
rusttype = "0.9"
seq_io = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
tempfile = "3.10"
term_size = "0.3"
textwrap = "0.16"