-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
47 lines (43 loc) · 1.62 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
43
44
45
46
47
name = "SatelliteToolboxGravityModels"
uuid = "bd9e9728-6f7b-4d28-9e50-c765cb1b7c8c"
license = "MIT"
desc = "Gravity models."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "1.0.0"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
SatelliteToolboxBase = "9e17983a-0463-41a7-9a16-1682db6d8b66"
SatelliteToolboxLegendre = "7fa26607-a272-47b2-9aa2-a6c1d419d9d2"
SatelliteToolboxTransformations = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Crayons = "4"
Dates = "1.10"
DelimitedFiles = "1.9"
DifferentiationInterface = "0.5"
Downloads = "1"
FiniteDiff = "2.24"
ForwardDiff = "0.10"
LinearAlgebra = "1.10"
ReferenceFrameRotations = "3"
SatelliteToolboxBase = "1"
SatelliteToolboxLegendre = "1.1.0"
SatelliteToolboxTransformations = "1"
Scratch = "1"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SatelliteToolboxTransformations = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DelimitedFiles", "DifferentiationInterface", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "SatelliteToolboxTransformations"]