2023-08-04 22:07:22 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.2"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.1.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.79"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.5.8"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.8.3"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.9.15"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"autocfg",
|
2023-08-04 22:07:22 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.8.16"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dbt-extractor"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.5.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"pyo3",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_macros",
|
|
|
|
"rayon",
|
|
|
|
"thiserror",
|
|
|
|
"tree-sitter",
|
|
|
|
"tree-sitter-jinja2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.8.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.2.10"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.2"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.9"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.2.147"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.4.10"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"autocfg",
|
2023-08-04 22:07:22 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.4.19"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "2.5.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.9.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.16.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.18.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.12.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.9.8"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-02-29 20:09:43 +00:00
|
|
|
"windows-targets",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.66"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"unicode-ident",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.19.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "ffb88ae05f306b4bfcde40ac4a51dc0b05936a9207a4b75b798c7729c4258a59"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"indoc",
|
|
|
|
"libc",
|
2024-02-29 20:09:43 +00:00
|
|
|
"memoffset",
|
2023-08-04 22:07:22 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pyo3-build-config",
|
2024-02-29 20:09:43 +00:00
|
|
|
"pyo3-ffi",
|
2023-08-04 22:07:22 +00:00
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.19.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "554db24f0b3c180a9c0b1268f91287ab3f17c162e15b54caaae5a6b3773396b0"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2024-02-29 20:09:43 +00:00
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
|
|
|
version = "0.19.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "922ede8759e8600ad4da3195ae41259654b9c55da4f7eec84a0ccc7d067a70a4"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.19.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "8a5caec6a1dd355964a841fcbeeb1b89fe4146c87295573f94228911af3cc5a2"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"proc-macro2",
|
2023-08-04 22:07:22 +00:00
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
2024-02-29 20:09:43 +00:00
|
|
|
"syn 1.0.109",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros-backend"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.19.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "e0b78ccbb160db1556cdb6fd96c50334c5d4ec44dc5e0a968d0a1208fa0efa8b"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-29 20:09:43 +00:00
|
|
|
"syn 1.0.109",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quickcheck_macros"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-29 20:09:43 +00:00
|
|
|
"syn 1.0.109",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.31"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.8.5"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.6.4"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.7.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.11.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.5"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.9.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.7.4"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.2.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.11.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.109"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-29 20:09:43 +00:00
|
|
|
"unicode-ident",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.12.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e"
|
|
|
|
|
2023-08-04 22:07:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.43"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.0.43"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-29 20:09:43 +00:00
|
|
|
"syn 2.0.26",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tree-sitter"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.20.10"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tree-sitter-jinja2"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/dbt-labs/tree-sitter-jinja2?tag=v0.2.0#c9b092eff38bd6943254ad0373006d83c100a8c0"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"tree-sitter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-29 20:09:43 +00:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.11"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.1.11"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-29 20:09:43 +00:00
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.1"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-08-04 22:07:22 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-08-04 22:07:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-29 20:09:43 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2023-08-04 22:07:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-29 20:09:43 +00:00
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
2023-08-04 22:07:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|