-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (22 loc) · 811 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
[package]
name = "genomic_structures"
version = "0.1.0"
authors = ["DanielRivasMD <danielrivasmd@gmail.com>"]
edition = "2018"
description = "Library for interacting with genomic structures, namely mobile elements and structural variants."
documentation = "https://docs.rs/genomic_structures"
readme = "README.md"
homepage = "https://github.com/DanielRivasMD"
repository = "https://github.com/DanielRivasMD/genomic_structures"
license = "GNU General Public License v3.0"
keywords = ["research-tool", "genetics", "genomics", "bioinformatics", "computational-biology"]
categories = ["library", "command-line-utilities", "development-tools", "research-tool"]
[lib]
name = "genomic_structures"
path = "src/lib.rs"
[dependencies]
derive-new = "0.5"
anyhow = "1.0"
thiserror = "1.0"
colored = "2"
libc = "0.2"