11[package ]
22name = " brane-chk"
33edition = " 2021"
4- rust-version = " 1.74 "
4+ rust-version = " 1.80 "
55version.workspace = true
66repository.workspace = true
77authors = [" Tim Müller" , " Bas Kloosterman" , " Daniel Voogsgerd" ]
@@ -38,9 +38,22 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
3838
3939# eflint-json = { git = "https://gitlab.com/eflint/json-spec-rs", branch = "incorrect-is-invariant", features = ["display_eflint"] }
4040enum-debug = { git = " https://github.com/Lut99/enum-debug" , tag = " v1.1.0" }
41- error-trace = { git = " https://github.com/Lut99/error-trace-rs" , tag = " v3.3.0" , features = [" serde" ] }
42- policy-reasoner = { git = " https://github.com/BraneFramework/policy-reasoner" , branch = " lib-refactor" , default-features = false , features = [" eflint-haskell-reasoner" , " file-logger" , " serde" , " workflow" ] }
43- policy-store = { git = " https://github.com/BraneFramework/policy-store" , default-features = false , features = [" axum-server" , " jwk-auth" , " jwk-auth-kid" , " sqlite-database" , " sqlite-database-embedded-migrations" ] }
41+ error-trace = { git = " https://github.com/Lut99/error-trace-rs" , tag = " v3.3.0" , features = [
42+ " serde" ,
43+ ] }
44+ policy-reasoner = { git = " https://github.com/BraneFramework/policy-reasoner" , branch = " lib-refactor" , default-features = false , features = [
45+ " eflint-haskell-reasoner" ,
46+ " file-logger" ,
47+ " serde" ,
48+ " workflow" ,
49+ ] }
50+ policy-store = { git = " https://github.com/BraneFramework/policy-store" , default-features = false , features = [
51+ " axum-server" ,
52+ " jwk-auth" ,
53+ " jwk-auth-kid" ,
54+ " sqlite-database" ,
55+ " sqlite-database-embedded-migrations" ,
56+ ] }
4457
4558brane-ast = { path = " ../brane-ast" }
4659brane-cfg = { path = " ../brane-cfg" }
@@ -50,7 +63,10 @@ specifications = { path = "../specifications" }
5063
5164[dev-dependencies ]
5265humanlog = { git = " https://github.com/Lut99/humanlog-rs" , tag = " v0.2.0" }
53- names = { git = " https://github.com/Lut99/names-rs" , features = [" rand" , " three" ] }
66+ names = { git = " https://github.com/Lut99/names-rs" , features = [
67+ " rand" ,
68+ " three" ,
69+ ] }
5470
5571brane-shr = { path = " ../brane-shr" }
5672
0 commit comments