harn-parser 0.10.96

Parser, AST, and type checker for the Harn programming language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "harn-builtin-macros"
version = "0.10.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "935c5b178f853742c4808d994d7e5d69b1f2e7763e1088b5d07019cb4218dd77"
dependencies = [
 "harn-builtin-meta",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "harn-builtin-meta"
version = "0.10.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b654998d3029c2161497201a779d893a1a74eb0800e32d85b6f681866cc957ed"

[[package]]
name = "harn-builtin-registry"
version = "0.10.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d2cf8b8053bf7da84c473f05ff444a2b369ffd23565c160668468950f533939"
dependencies = [
 "harn-builtin-meta",
]

[[package]]
name = "harn-capability-contracts"
version = "0.10.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f053e5f5a32c52e70d25733d629a0f38ce861913bc8f8a5316369bba4f34e397"
dependencies = [
 "harn-builtin-macros",
 "harn-builtin-meta",
 "harn-builtin-registry",
 "proc-macro2",
 "syn",
]

[[package]]
name = "harn-lexer"
version = "0.10.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a281e563e6f53d98258230b9a3841928aef7dddb7ee43bea8f75075c874cc87"
dependencies = [
 "serde",
]

[[package]]
name = "harn-parser"
version = "0.10.96"
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"