version = 4
[[package]]
name = "harn-builtin-macros"
version = "0.10.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170dd15a7ac278eef6d7924b242e8c9eb3df1eaca46be5317d04073f46dcffb1"
dependencies = [
"harn-builtin-meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "harn-builtin-meta"
version = "0.10.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474f16fb9db5dfeb5eabdd07bd12ef2739d91143300a3b5283baa1ba5bd02474"
[[package]]
name = "harn-builtin-registry"
version = "0.10.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b312be457e9e8537253ab3f764dd9d2bb3d14ef91a0683eb794c68722d4c69"
dependencies = [
"harn-builtin-meta",
]
[[package]]
name = "harn-capability-contracts"
version = "0.10.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8761f491e51384dea060ffd56f1afc37a24841a68209899236449b1e2b9b99fe"
dependencies = [
"harn-builtin-macros",
"harn-builtin-meta",
"harn-builtin-registry",
"proc-macro2",
"syn",
]
[[package]]
name = "harn-lexer"
version = "0.10.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e3131b74a67a865f633b9b74030dc73e31a6978740e2b4e5e2b5f7ad62aeab"
dependencies = [
"serde",
]
[[package]]
name = "harn-parser"
version = "0.10.58"
dependencies = [
"harn-builtin-meta",
"harn-builtin-registry",
"harn-capability-contracts",
"harn-lexer",
"serde",
"serde_json",
"strsim",
"yansi",
]
[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "memchr"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
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 = "serde"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
dependencies = [
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
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"
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"