-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (23 loc) · 700 Bytes
/
Cargo.toml
File metadata and controls
29 lines (23 loc) · 700 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
[package]
name = "atglib"
version = "0.2.3"
edition = "2021"
authors = ["Jonas Marcello <jonas.marcello@esbme.com>"]
description = "A library to handle transcripts for genomics and transcriptomics"
readme = "README.md"
homepage = "https://github.com/anergictcell/atglib"
repository = "https://github.com/anergictcell/atglib"
license = "MIT"
keywords = ["bioinformatics", "genomics", "transcriptomics", "transcript", "genetics"]
categories = ["science", "data-structures", "parser-implementations"]
[dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
[dev-dependencies]
criterion = "0.4"
[[bench]]
name = "genepred"
harness = false
[[bench]]
name = "gtf"
harness = false