mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 13:35:41 +09:00
50 lines
1.3 KiB
TOML
50 lines
1.3 KiB
TOML
name = "PSBoardDataBase"
|
|
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
|
authors = ["Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>"]
|
|
version = "1.0.0"
|
|
|
|
[deps]
|
|
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
|
|
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
|
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
|
|
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
|
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
|
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
|
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
|
|
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
|
|
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
|
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
|
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
|
|
|
|
[weakdeps]
|
|
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
|
|
|
[extensions]
|
|
|
|
[compat]
|
|
Aqua = "0.8"
|
|
AutoHashEquals = "2.2"
|
|
CSV = "0.10"
|
|
DBInterface = "2"
|
|
DataFrames = "1"
|
|
Dates = "1.10"
|
|
Documenter = "1.7"
|
|
Downloads = "1"
|
|
InteractiveUtils = "1.10"
|
|
JLD2 = "0.5.11"
|
|
Printf = "1.10"
|
|
SQLite = "1"
|
|
StaticArrays = "1.9"
|
|
Tables = "1"
|
|
Test = "1.10"
|
|
Transducers = "0.4.84"
|
|
julia = "1.10"
|
|
|
|
[extras]
|
|
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Aqua", "Test"]
|