Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7dfe7eb

Browse files
committed
Remove unused dependencies.
1 parent a61bd62 commit 7dfe7eb

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed

MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ string_utils string utilities yes yes
2020
stirling_numbers stirling numbers yes no
2121
tables table print printing no yes
2222
vdj_ann vdj annotation no yes
23+
vdj_ann_ref vdj reference data no yes
2324
vec_utils vector utilities yes yes
2425

2526
Crates labeled INTERNAL are publicly accessible but we discourage relying on their internals

io_utils/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ flate2 = "1.0.20"
1414
lz4 = "1.23.1"
1515
serde = { version = "1.0", features = ["derive"] }
1616
string_utils = "0.1"
17-
vector_utils = "0.1"

pretty_trace/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repository = "https://github.com/10XGenomics/rust-toolbox"
1414
[dependencies]
1515
backtrace = "0.3.40"
1616
io_utils = "0.2"
17-
itertools = ">= 0.8, <= 0.11"
1817
lazy_static = "1.4"
1918
libc = "0.2.85"
2019
nix = ">=0.19.1, <0.24"

vdj_ann/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ amino = "0.1"
1616
bio_edit = "0.1"
1717
debruijn = "0.3.2"
1818
fasta_tools = "0.1"
19-
flate2 = "1.0.20"
2019
hyperbase = "0.1"
2120
io_utils = "0.2"
2221
itertools = ">= 0.8, <= 0.11"
@@ -26,6 +25,4 @@ serde_json = "1.0.62"
2625
stats_utils = "0.1"
2726
string_utils = "0.1"
2827
vector_utils = "0.1"
29-
strum = ">=0.18.0, <0.22"
30-
strum_macros = ">=0.18.0, <0.22"
3128
vdj_types = "0.1"

vdj_ann_ref/Cargo.toml

+1-12
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,14 @@ repository = "https://github.com/10XGenomics/rust-toolbox"
1111
publish = false
1212

1313
[dependencies]
14-
align_tools = "0.1"
15-
amino = "0.1"
16-
bio_edit = "0.1"
1714
debruijn = "0.3.2"
1815
exons = "0.1"
1916
fasta_tools = "0.1"
2017
flate2 = "1.0.20"
21-
hyperbase = "0.1"
2218
io_utils = "0.2"
23-
itertools = ">= 0.8, <= 0.11"
2419
kmer_lookup = "0.1"
2520
pretty_trace = "0.5"
26-
serde = { version = "1.0", features = ["derive"] }
27-
serde_json = "1.0.62"
2821
sha2 = "0.9.3"
29-
stats_utils = "0.1"
3022
string_utils = "0.1"
3123
vector_utils = "0.1"
32-
strum = ">=0.18.0, <0.22"
33-
strum_macros = ">=0.18.0, <0.22"
34-
vdj_types = "0.1"
35-
vdj_ann = { path = "../vdj_ann" }
24+
vdj_ann = { version = "0.1", path = "../vdj_ann" }

0 commit comments

Comments
 (0)