forked from JuliaSpace/SatelliteToolbox.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
42 lines (38 loc) · 1.48 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 = "SatelliteToolbox"
uuid = "6ac157d9-b43d-51bb-8fab-48bf53814f4a"
license = "MIT"
desc = "A toolbox for satellite analysis"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.12.3"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SatelliteToolboxAtmosphericModels = "5718ef0a-a30f-426d-bcd9-4cf31dd12909"
SatelliteToolboxBase = "9e17983a-0463-41a7-9a16-1682db6d8b66"
SatelliteToolboxCelestialBodies = "b0edd99f-a7ca-4aa6-9a1e-a53e8f506046"
SatelliteToolboxGeomagneticField = "9fc549ba-b5d7-49a2-b268-8171e5fb6e89"
SatelliteToolboxGravityModels = "bd9e9728-6f7b-4d28-9e50-c765cb1b7c8c"
SatelliteToolboxLegendre = "7fa26607-a272-47b2-9aa2-a6c1d419d9d2"
SatelliteToolboxPropagators = "c2b69894-ea78-4e2b-9ba6-cedbbc3d14d7"
SatelliteToolboxSgp4 = "ba14ac17-bfc9-4710-a76f-b32930ef2339"
SatelliteToolboxTle = "7ff27aeb-5fff-4337-a9ee-a9fe6b7ed35e"
SatelliteToolboxTransformations = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
[compat]
Dates = "1.6"
Reexport = "1"
SatelliteToolboxAtmosphericModels = "0.1.1"
SatelliteToolboxBase = "0.3"
SatelliteToolboxCelestialBodies = "0.1.1"
SatelliteToolboxGeomagneticField = "0.1"
SatelliteToolboxGravityModels = "0.1.4"
SatelliteToolboxLegendre = "1.0.1"
SatelliteToolboxPropagators = "0.3"
SatelliteToolboxSgp4 = "2.1"
SatelliteToolboxTle = "1.0.4"
SatelliteToolboxTransformations = "0.1.5"
Test = "1.6"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]