-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
37 lines (31 loc) · 1.03 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
name = "QuantumESPRESSOParser"
uuid = "a780ab42-b33a-11e9-16c1-a92d75b2a626"
authors = ["Qi Zhang <[email protected]>"]
version = "0.5.5"
[deps]
AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84"
CrystallographyBase = "93b1d1cd-a8ea-4aa5-adb1-b2407ea0ba8d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
PyFortran90Namelists = "e44308e6-bd5b-11e9-2850-49daf8f1ec40"
QuantumESPRESSOBase = "51b62caa-b28f-11e9-38c2-1f67cb498e05"
ReadableRegex = "cbbcb084-453d-4c4c-b292-e315607ba6a4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"
[weakdeps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
[extensions]
DataFramesExt = "DataFrames"
[compat]
AbInitioSoftwareBase = "0.10"
CrystallographyBase = "0.14"
Dates = "1"
PyFortran90Namelists = "0.1"
QuantumESPRESSOBase = "0.12"
ReadableRegex = "0.1, 0.2, 0.3"
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1"
VersionParsing = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]