-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
33 lines (27 loc) · 1022 Bytes
/
Project.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
name = "GCIdentifier"
uuid = "b7ea765e-cbac-4e4a-9b0d-5427cc302506"
authors = ["Pierre Walker <[email protected]>", "Andrés Riedemann <[email protected]>"]
version = "0.3.6"
[deps]
ChemicalIdentifiers = "fa4ea961-1416-484e-bda2-883ee1634ba5"
Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
MolecularGraph = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
[weakdeps]
ChemicalIdentifiers = "fa4ea961-1416-484e-bda2-883ee1634ba5"
Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
[extensions]
GCIdentifierChemicalIdentifiersExt = "ChemicalIdentifiers"
GCIdentifierClapeyronExt = "Clapeyron"
[compat]
ChemicalIdentifiers = "0.1"
Clapeyron = "0.4,0.5,0.6"
Combinatorics = "1"
MolecularGraph = "0.14,0.15,0.16,0.17"
julia = "1.6"
[extras]
ChemicalIdentifiers = "fa4ea961-1416-484e-bda2-883ee1634ba5"
Clapeyron = "7c7805af-46cc-48c9-995b-ed0ed2dc909a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Clapeyron", "ChemicalIdentifiers", "Test"]