-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
48 lines (44 loc) · 1.54 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
48
name = "SatelliteToolboxTransformations"
uuid = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
license = "MIT"
desc = "Transformations for the SatelliteToolbox.jl ecosystem."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "1.0.0"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
SatelliteToolboxBase = "9e17983a-0463-41a7-9a16-1682db6d8b66"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Crayons = "4.0"
Dates = "1.10"
DelimitedFiles = "1.9"
DifferentiationInterface = "0.6"
Downloads = "1"
FiniteDiff = "2.24"
ForwardDiff = "0.10"
Interpolations = "0.14, 0.15"
LinearAlgebra = "1.10"
Logging = "1.10"
Reexport = "1"
ReferenceFrameRotations = "3"
SatelliteToolboxBase = "1"
Scratch = "1"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Logging", "DifferentiationInterface", "FiniteDiff", "ForwardDiff"]