-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
39 lines (36 loc) · 899 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
35
36
37
38
39
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["Zach Charlop-Powers<[email protected]>"]
description = "Molecular visualization tools"
license = "MIT OR Apache-2.0"
[workspace]
members = [
"ferritin-bevy",
"ferritin-cellscape",
"ferritin-core",
"ferritin-plms",
"ferritin-examples",
"ferritin-molviewspec",
"ferritin-pymol",
"ferritin-test-data",
]
resolver = "2"
[workspace.dependencies]
anyhow = "1.0"
bitflags = "2.6.0"
candle-core = "0.8.1"
candle-examples = "0.8.1"
candle-hf-hub = "0.3.3"
candle-metal-kernels = "0.8.1"
candle-nn = "0.8.1"
candle-transformers = "0.8.1"
itertools = "0.13.0"
once_cell = "1.20.2"
pdbtbx = "0.12.0"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.15"
serde_json = "1.0.133"
serde_repr = "0.1.19"
tokenizers = { version = "0.21.0", default-features = false }