version = 4
[[package]]
name = "harn-builtin-macros"
version = "0.10.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a470355848adbf03377825e70bacd254ae9f0d9ceb424013729733540cfa3138"
dependencies = [
"harn-builtin-meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "harn-builtin-meta"
version = "0.10.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5fdfaf25716e51f7c363acb2e8f8ccd7a62da88e950eadc755ae6db7b81e18"
[[package]]
name = "harn-builtin-registry"
version = "0.10.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4535916dbab5f0bb0d3a07a6b1b0b6201c52b60eb7fa6e196700d5525cbd9d28"
dependencies = [
"harn-builtin-meta",
]
[[package]]
name = "harn-capability-contracts"
version = "0.10.49"
dependencies = [
"harn-builtin-macros",
"harn-builtin-meta",
"harn-builtin-registry",
"linkme",
]
[[package]]
name = "linkme"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83272d46373fb8decca684579ac3e7c8f3d71d4cc3aa693df8759e260ae41cf"
dependencies = [
"linkme-impl",
]
[[package]]
name = "linkme-impl"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d59e20403c7d08fe62b4376edfe5c7fb2ef1e6b1465379686d0f21c8df444b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"