OSPROD 1.6.0 Support

This commit is contained in:
xeon 2025-03-10 23:16:24 +03:00
parent 94ec28b2d2
commit e512efe106
890 changed files with 1004 additions and 750 deletions
3271423389.blkCargo.lockCargo.toml
Filecfg
100108083738640401821003282707274274291110033721018158574140100523792600185202011005708665414871754810075508127800540987100831059745660308171009630620353758830710101100291003037823101047676312112373251017683902406297941018453783050162852310212618236512783304102461055683157983831025100715486298670810259695595062109759102646054828044424911027520184560047647010278020695907736598102878188054819617451029785068136330720103216962863552040171032333238374603199310330313329325452558103376743808595195110352424718517234029103619928326649570901038271940924593210710390586540095996558104110034616930169181041711059082096317210436032873024071162104554053435997657521046489796322908269210480563344334136587104844547357919875221049359793147254948010502849963740494435105493161066341300851056036169235496820210575436549903431580105811011176939606491058392639204609150710594836358011099052106056849461939485301062337920056556568810637721454916405633106726479214139843191075534943702664916110771863132607138542108096503018609410610820371194779877509108292784881990049501083227235933308673710863168905291409325108838756578566378241089198998056432940510918995900770977827109210707455634972651092985183133657203910997546003453637036110018846272012192641106187761997852740311095720218123099694111180863577997580361113339694874498675311147918958690334441111602205697331617561117619165838845554411177589371513043525111807054073921191051120959448929286136911257951261350679402112615728772494887371126384569773326488111325527673350078476113283069382348933961133326112940088613711346621172623076142113736133722595008611378968201971191474113910347164442425911140572987352055159611425768876013818663114658169588237005411469815406533131021150398540808954318311508638128627741009115320865445995919821153851076294332478211543073592625525720115581892859788234311155970912650975064011569439978021219103115714690233601430761157647851681960104111576498535574093844

Binary file not shown.

90
Cargo.lock generated
View file

@ -17,17 +17,6 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 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]] [[package]]
name = "ahash" name = "ahash"
version = "0.7.8" version = "0.7.8"
@ -603,25 +592,6 @@ dependencies = [
"generic-array", "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]] [[package]]
name = "blocking" name = "blocking"
version = "1.6.1" version = "1.6.1"
@ -732,16 +702,6 @@ dependencies = [
"windows-targets 0.52.6", "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]] [[package]]
name = "clap" name = "clap"
version = "4.5.27" version = "4.5.27"
@ -1068,15 +1028,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "ecb"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a8bfa975b1aec2145850fcaa1c6fe269a16578c44705a532ae3edc92b8881c7"
dependencies = [
"cipher",
]
[[package]] [[package]]
name = "either" name = "either"
version = "1.13.0" version = "1.13.0"
@ -1175,6 +1126,16 @@ dependencies = [
"rustc_version", "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]] [[package]]
name = "flatc-rust" name = "flatc-rust"
version = "0.2.0" version = "0.2.0"
@ -1755,16 +1716,6 @@ dependencies = [
"syn 2.0.96", "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]] [[package]]
name = "is_terminal_polyfill" name = "is_terminal_polyfill"
version = "1.70.1" version = "1.70.1"
@ -1873,15 +1824,6 @@ dependencies = [
"value-bag", "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]] [[package]]
name = "matchers" name = "matchers"
version = "0.1.0" version = "0.1.0"
@ -3728,10 +3670,10 @@ dependencies = [
name = "trigger-fileconfig" name = "trigger-fileconfig"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"blockfile",
"byteorder", "byteorder",
"const_format", "const_format",
"flatbuffers", "flatbuffers",
"flatbuffers-owned",
"flatc-rust", "flatc-rust",
"paste", "paste",
"serde", "serde",
@ -3883,16 +3825,6 @@ dependencies = [
"zeromq", "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]] [[package]]
name = "typenum" name = "typenum"
version = "1.17.0" version = "1.17.0"

View file

@ -1,5 +1,5 @@
[workspace] [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" resolver = "2"
[workspace.package] [workspace.package]
@ -27,6 +27,7 @@ serde_json = "1.0.138"
toml = "0.8.19" toml = "0.8.19"
flatbuffers = "24.3.25" flatbuffers = "24.3.25"
flatbuffers-owned = "0.3.0"
flatc-rust = "0.2.0" flatc-rust = "0.2.0"
base64 = "0.22.1" base64 = "0.22.1"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Filecfg/101768390240629794 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Filecfg/1029785068136330720 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Filecfg/1033767438085951951 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Filecfg/1080965030186094106 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Filecfg/1137361337225950086 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Filecfg/1146581695882370054 Normal file

Binary file not shown.

BIN
Filecfg/1146981540653313102 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more