-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
42 lines (36 loc) · 1.34 KB
/
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
34
35
36
37
38
39
40
41
42
name = "CrystallographyBase"
uuid = "93b1d1cd-a8ea-4aa5-adb1-b2407ea0ba8d"
authors = ["singularitti <[email protected]>"]
version = "0.14.3"
[deps]
AnonymousEnums = "1b8a1bdb-a29a-4350-a16c-c7e9322d6a39"
CrystallographyCore = "80545937-1184-4bc9-b283-396e91386b5c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
[weakdeps]
Brillouin = "23470ee3-d0df-4052-8b1a-8cbd6363e7f0"
Mendeleev = "c116f080-063d-490a-9873-2b5b2cce4c34"
PeriodicTable = "7b2266bf-644c-5ea3-82d8-af4bbd25a884"
Spglib = "f761d5c5-86db-4880-b97f-9680a7cccfb5"
[extensions]
BrillouinSpglibExt = ["Brillouin", "Spglib"]
MendeleevExt = "Mendeleev"
PeriodicTableExt = "PeriodicTable"
[compat]
AnonymousEnums = "0.1"
CrystallographyCore = "0.3.3, 0.4.2, 0.5, 0.6"
LinearAlgebra = "1"
Reexport = "1"
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1"
StructEquality = "1, 2"
julia = "1.6"
[extras]
Mendeleev = "c116f080-063d-490a-9873-2b5b2cce4c34"
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[targets]
test = ["Mendeleev", "SymEngine", "Test", "Unitful", "UnitfulAtomic"]