-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (28 loc) · 920 Bytes
/
Copy pathProject.toml
File metadata and controls
34 lines (28 loc) · 920 Bytes
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
name = "TransferMatrix"
uuid = "2beed9eb-9e49-431e-8607-1bb8bf5c1db8"
version = "3.3.0"
authors = ["Garrek Stemo <8449000+garrekstemo@users.noreply.github.com>"]
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
RefractiveIndex = "97a43521-7681-4ec2-835f-5b8ab7e7617e"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
RefractiveIndexExt = "RefractiveIndex"
UnitfulExt = "Unitful"
[compat]
Aqua = "0.8"
PrecompileTools = "1"
RefractiveIndex = "0.5"
StaticArrays = "1"
Unitful = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
RefractiveIndex = "97a43521-7681-4ec2-835f-5b8ab7e7617e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Aqua", "RefractiveIndex", "Test", "Unitful"]