harn-parser 0.10.63

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.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bf190aefa00816f303058a6dd857668266142a9dbff36204b05fae44c9643a5"
dependencies = [
 "harn-builtin-meta",
 "proc-macro2",
 "quote",
 "syn",
]

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

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

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

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

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