OSPROD 1.6.0 Support
This commit is contained in:
parent
94ec28b2d2
commit
e512efe106
890 changed files with 1004 additions and 750 deletions
BIN
3271423389.blk
BIN
3271423389.blk
Binary file not shown.
90
Cargo.lock
generated
90
Cargo.lock
generated
|
@ -17,17 +17,6 @@ version = "2.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
||||
|
||||
[[package]]
|
||||
name = "aes"
|
||||
version = "0.8.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cipher",
|
||||
"cpufeatures",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.7.8"
|
||||
|
@ -603,25 +592,6 @@ dependencies = [
|
|||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "block-padding"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
||||
dependencies = [
|
||||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "blockfile"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"byteorder",
|
||||
"ecb",
|
||||
"lz4_flex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "blocking"
|
||||
version = "1.6.1"
|
||||
|
@ -732,16 +702,6 @@ dependencies = [
|
|||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cipher"
|
||||
version = "0.4.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
||||
dependencies = [
|
||||
"crypto-common",
|
||||
"inout",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.27"
|
||||
|
@ -1068,15 +1028,6 @@ version = "1.2.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
||||
|
||||
[[package]]
|
||||
name = "ecb"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7"
|
||||
dependencies = [
|
||||
"cipher",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.13.0"
|
||||
|
@ -1175,6 +1126,16 @@ dependencies = [
|
|||
"rustc_version",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "flatbuffers-owned"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08460d2abc5fd52559ab2636320e55ac8082dd0cf16cfc7ce39136c47231009a"
|
||||
dependencies = [
|
||||
"flatbuffers",
|
||||
"paste",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "flatc-rust"
|
||||
version = "0.2.0"
|
||||
|
@ -1755,16 +1716,6 @@ dependencies = [
|
|||
"syn 2.0.96",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "inout"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
||||
dependencies = [
|
||||
"block-padding",
|
||||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "is_terminal_polyfill"
|
||||
version = "1.70.1"
|
||||
|
@ -1873,15 +1824,6 @@ dependencies = [
|
|||
"value-bag",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lz4_flex"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
|
||||
dependencies = [
|
||||
"twox-hash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "matchers"
|
||||
version = "0.1.0"
|
||||
|
@ -3728,10 +3670,10 @@ dependencies = [
|
|||
name = "trigger-fileconfig"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"blockfile",
|
||||
"byteorder",
|
||||
"const_format",
|
||||
"flatbuffers",
|
||||
"flatbuffers-owned",
|
||||
"flatc-rust",
|
||||
"paste",
|
||||
"serde",
|
||||
|
@ -3883,16 +3825,6 @@ dependencies = [
|
|||
"zeromq",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "twox-hash"
|
||||
version = "1.6.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typenum"
|
||||
version = "1.17.0"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = ["crates/*", "crates/trigger-protobuf/trigger-protobuf-derive", "crates/trigger-database/migration", "crates/trigger-database/entity", "crates/trigger-fileconfig/blockfile"]
|
||||
members = ["crates/*", "crates/trigger-protobuf/trigger-protobuf-derive", "crates/trigger-database/migration", "crates/trigger-database/entity"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
|
@ -27,6 +27,7 @@ serde_json = "1.0.138"
|
|||
toml = "0.8.19"
|
||||
|
||||
flatbuffers = "24.3.25"
|
||||
flatbuffers-owned = "0.3.0"
|
||||
flatc-rust = "0.2.0"
|
||||
|
||||
base64 = "0.22.1"
|
||||
|
|
BIN
Filecfg/10010808373864040182
Normal file
BIN
Filecfg/10010808373864040182
Normal file
Binary file not shown.
BIN
Filecfg/10032827072742742911
Normal file
BIN
Filecfg/10032827072742742911
Normal file
Binary file not shown.
BIN
Filecfg/10033721018158574140
Normal file
BIN
Filecfg/10033721018158574140
Normal file
Binary file not shown.
BIN
Filecfg/10052379260018520201
Normal file
BIN
Filecfg/10052379260018520201
Normal file
Binary file not shown.
BIN
Filecfg/10057086654148717548
Normal file
BIN
Filecfg/10057086654148717548
Normal file
Binary file not shown.
BIN
Filecfg/10075508127800540987
Normal file
BIN
Filecfg/10075508127800540987
Normal file
Binary file not shown.
BIN
Filecfg/10083105974566030817
Normal file
BIN
Filecfg/10083105974566030817
Normal file
Binary file not shown.
BIN
Filecfg/10096306203537588307
Normal file
BIN
Filecfg/10096306203537588307
Normal file
Binary file not shown.
BIN
Filecfg/10101100291003037823
Normal file
BIN
Filecfg/10101100291003037823
Normal file
Binary file not shown.
BIN
Filecfg/10104767631211237325
Normal file
BIN
Filecfg/10104767631211237325
Normal file
Binary file not shown.
BIN
Filecfg/101768390240629794
Normal file
BIN
Filecfg/101768390240629794
Normal file
Binary file not shown.
BIN
Filecfg/10184537830501628523
Normal file
BIN
Filecfg/10184537830501628523
Normal file
Binary file not shown.
BIN
Filecfg/10212618236512783304
Normal file
BIN
Filecfg/10212618236512783304
Normal file
Binary file not shown.
BIN
Filecfg/10246105568315798383
Normal file
BIN
Filecfg/10246105568315798383
Normal file
Binary file not shown.
BIN
Filecfg/10251007154862986708
Normal file
BIN
Filecfg/10251007154862986708
Normal file
Binary file not shown.
BIN
Filecfg/10259695595062109759
Normal file
BIN
Filecfg/10259695595062109759
Normal file
Binary file not shown.
BIN
Filecfg/10264605482804442491
Normal file
BIN
Filecfg/10264605482804442491
Normal file
Binary file not shown.
BIN
Filecfg/10275201845600476470
Normal file
BIN
Filecfg/10275201845600476470
Normal file
Binary file not shown.
BIN
Filecfg/10278020695907736598
Normal file
BIN
Filecfg/10278020695907736598
Normal file
Binary file not shown.
BIN
Filecfg/10287818805481961745
Normal file
BIN
Filecfg/10287818805481961745
Normal file
Binary file not shown.
BIN
Filecfg/1029785068136330720
Normal file
BIN
Filecfg/1029785068136330720
Normal file
Binary file not shown.
BIN
Filecfg/10321696286355204017
Normal file
BIN
Filecfg/10321696286355204017
Normal file
Binary file not shown.
BIN
Filecfg/10323332383746031993
Normal file
BIN
Filecfg/10323332383746031993
Normal file
Binary file not shown.
BIN
Filecfg/10330313329325452558
Normal file
BIN
Filecfg/10330313329325452558
Normal file
Binary file not shown.
BIN
Filecfg/1033767438085951951
Normal file
BIN
Filecfg/1033767438085951951
Normal file
Binary file not shown.
BIN
Filecfg/10352424718517234029
Normal file
BIN
Filecfg/10352424718517234029
Normal file
Binary file not shown.
BIN
Filecfg/10361992832664957090
Normal file
BIN
Filecfg/10361992832664957090
Normal file
Binary file not shown.
BIN
Filecfg/10382719409245932107
Normal file
BIN
Filecfg/10382719409245932107
Normal file
Binary file not shown.
BIN
Filecfg/10390586540095996558
Normal file
BIN
Filecfg/10390586540095996558
Normal file
Binary file not shown.
BIN
Filecfg/10411003461693016918
Normal file
BIN
Filecfg/10411003461693016918
Normal file
Binary file not shown.
BIN
Filecfg/10417110590820963172
Normal file
BIN
Filecfg/10417110590820963172
Normal file
Binary file not shown.
BIN
Filecfg/10436032873024071162
Normal file
BIN
Filecfg/10436032873024071162
Normal file
Binary file not shown.
BIN
Filecfg/10455405343599765752
Normal file
BIN
Filecfg/10455405343599765752
Normal file
Binary file not shown.
BIN
Filecfg/10464897963229082692
Normal file
BIN
Filecfg/10464897963229082692
Normal file
Binary file not shown.
BIN
Filecfg/10480563344334136587
Normal file
BIN
Filecfg/10480563344334136587
Normal file
Binary file not shown.
BIN
Filecfg/10484454735791987522
Normal file
BIN
Filecfg/10484454735791987522
Normal file
Binary file not shown.
BIN
Filecfg/10493597931472549480
Normal file
BIN
Filecfg/10493597931472549480
Normal file
Binary file not shown.
BIN
Filecfg/10502849963740494435
Normal file
BIN
Filecfg/10502849963740494435
Normal file
Binary file not shown.
BIN
Filecfg/10549316106634130085
Normal file
BIN
Filecfg/10549316106634130085
Normal file
Binary file not shown.
BIN
Filecfg/10560361692354968202
Normal file
BIN
Filecfg/10560361692354968202
Normal file
Binary file not shown.
BIN
Filecfg/10575436549903431580
Normal file
BIN
Filecfg/10575436549903431580
Normal file
Binary file not shown.
BIN
Filecfg/10581101117693960649
Normal file
BIN
Filecfg/10581101117693960649
Normal file
Binary file not shown.
BIN
Filecfg/10583926392046091507
Normal file
BIN
Filecfg/10583926392046091507
Normal file
Binary file not shown.
BIN
Filecfg/10594836358011099052
Normal file
BIN
Filecfg/10594836358011099052
Normal file
Binary file not shown.
BIN
Filecfg/10605684946193948530
Normal file
BIN
Filecfg/10605684946193948530
Normal file
Binary file not shown.
BIN
Filecfg/10623379200565565688
Normal file
BIN
Filecfg/10623379200565565688
Normal file
Binary file not shown.
BIN
Filecfg/10637721454916405633
Normal file
BIN
Filecfg/10637721454916405633
Normal file
Binary file not shown.
BIN
Filecfg/10672647921413984319
Normal file
BIN
Filecfg/10672647921413984319
Normal file
Binary file not shown.
BIN
Filecfg/10755349437026649161
Normal file
BIN
Filecfg/10755349437026649161
Normal file
Binary file not shown.
BIN
Filecfg/10771863132607138542
Normal file
BIN
Filecfg/10771863132607138542
Normal file
Binary file not shown.
BIN
Filecfg/1080965030186094106
Normal file
BIN
Filecfg/1080965030186094106
Normal file
Binary file not shown.
BIN
Filecfg/10820371194779877509
Normal file
BIN
Filecfg/10820371194779877509
Normal file
Binary file not shown.
BIN
Filecfg/10829278488199004950
Normal file
BIN
Filecfg/10829278488199004950
Normal file
Binary file not shown.
BIN
Filecfg/10832272359333086737
Normal file
BIN
Filecfg/10832272359333086737
Normal file
Binary file not shown.
BIN
Filecfg/10863168905291409325
Normal file
BIN
Filecfg/10863168905291409325
Normal file
Binary file not shown.
BIN
Filecfg/10883875657856637824
Normal file
BIN
Filecfg/10883875657856637824
Normal file
Binary file not shown.
BIN
Filecfg/10891989980564329405
Normal file
BIN
Filecfg/10891989980564329405
Normal file
Binary file not shown.
BIN
Filecfg/10918995900770977827
Normal file
BIN
Filecfg/10918995900770977827
Normal file
Binary file not shown.
BIN
Filecfg/10921070745563497265
Normal file
BIN
Filecfg/10921070745563497265
Normal file
Binary file not shown.
BIN
Filecfg/10929851831336572039
Normal file
BIN
Filecfg/10929851831336572039
Normal file
Binary file not shown.
BIN
Filecfg/10997546003453637036
Normal file
BIN
Filecfg/10997546003453637036
Normal file
Binary file not shown.
BIN
Filecfg/11001884627201219264
Normal file
BIN
Filecfg/11001884627201219264
Normal file
Binary file not shown.
BIN
Filecfg/11061877619978527403
Normal file
BIN
Filecfg/11061877619978527403
Normal file
Binary file not shown.
BIN
Filecfg/11095720218123099694
Normal file
BIN
Filecfg/11095720218123099694
Normal file
Binary file not shown.
BIN
Filecfg/11118086357799758036
Normal file
BIN
Filecfg/11118086357799758036
Normal file
Binary file not shown.
BIN
Filecfg/11133396948744986753
Normal file
BIN
Filecfg/11133396948744986753
Normal file
Binary file not shown.
BIN
Filecfg/11147918958690334441
Normal file
BIN
Filecfg/11147918958690334441
Normal file
Binary file not shown.
BIN
Filecfg/11160220569733161756
Normal file
BIN
Filecfg/11160220569733161756
Normal file
Binary file not shown.
BIN
Filecfg/11176191658388455544
Normal file
BIN
Filecfg/11176191658388455544
Normal file
Binary file not shown.
BIN
Filecfg/11177589371513043525
Normal file
BIN
Filecfg/11177589371513043525
Normal file
Binary file not shown.
BIN
Filecfg/11180705407392119105
Normal file
BIN
Filecfg/11180705407392119105
Normal file
Binary file not shown.
BIN
Filecfg/11209594489292861369
Normal file
BIN
Filecfg/11209594489292861369
Normal file
Binary file not shown.
BIN
Filecfg/11257951261350679402
Normal file
BIN
Filecfg/11257951261350679402
Normal file
Binary file not shown.
BIN
Filecfg/11261572877249488737
Normal file
BIN
Filecfg/11261572877249488737
Normal file
Binary file not shown.
BIN
Filecfg/11263845697733264881
Normal file
BIN
Filecfg/11263845697733264881
Normal file
Binary file not shown.
BIN
Filecfg/11325527673350078476
Normal file
BIN
Filecfg/11325527673350078476
Normal file
Binary file not shown.
BIN
Filecfg/11328306938234893396
Normal file
BIN
Filecfg/11328306938234893396
Normal file
Binary file not shown.
BIN
Filecfg/11333261129400886137
Normal file
BIN
Filecfg/11333261129400886137
Normal file
Binary file not shown.
BIN
Filecfg/11346621172623076142
Normal file
BIN
Filecfg/11346621172623076142
Normal file
Binary file not shown.
BIN
Filecfg/1137361337225950086
Normal file
BIN
Filecfg/1137361337225950086
Normal file
Binary file not shown.
BIN
Filecfg/11378968201971191474
Normal file
BIN
Filecfg/11378968201971191474
Normal file
Binary file not shown.
BIN
Filecfg/11391034716444242591
Normal file
BIN
Filecfg/11391034716444242591
Normal file
Binary file not shown.
BIN
Filecfg/11405729873520551596
Normal file
BIN
Filecfg/11405729873520551596
Normal file
Binary file not shown.
BIN
Filecfg/11425768876013818663
Normal file
BIN
Filecfg/11425768876013818663
Normal file
Binary file not shown.
BIN
Filecfg/1146581695882370054
Normal file
BIN
Filecfg/1146581695882370054
Normal file
Binary file not shown.
BIN
Filecfg/1146981540653313102
Normal file
BIN
Filecfg/1146981540653313102
Normal file
Binary file not shown.
BIN
Filecfg/11503985408089543183
Normal file
BIN
Filecfg/11503985408089543183
Normal file
Binary file not shown.
BIN
Filecfg/11508638128627741009
Normal file
BIN
Filecfg/11508638128627741009
Normal file
Binary file not shown.
BIN
Filecfg/11532086544599591982
Normal file
BIN
Filecfg/11532086544599591982
Normal file
Binary file not shown.
BIN
Filecfg/11538510762943324782
Normal file
BIN
Filecfg/11538510762943324782
Normal file
Binary file not shown.
BIN
Filecfg/11543073592625525720
Normal file
BIN
Filecfg/11543073592625525720
Normal file
Binary file not shown.
BIN
Filecfg/11558189285978823431
Normal file
BIN
Filecfg/11558189285978823431
Normal file
Binary file not shown.
BIN
Filecfg/11559709126509750640
Normal file
BIN
Filecfg/11559709126509750640
Normal file
Binary file not shown.
BIN
Filecfg/11569439978021219103
Normal file
BIN
Filecfg/11569439978021219103
Normal file
Binary file not shown.
BIN
Filecfg/11571469023360143076
Normal file
BIN
Filecfg/11571469023360143076
Normal file
Binary file not shown.
BIN
Filecfg/11576478516819601041
Normal file
BIN
Filecfg/11576478516819601041
Normal file
Binary file not shown.
BIN
Filecfg/11576498535574093844
Normal file
BIN
Filecfg/11576498535574093844
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue