-
-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 655 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "cpd-tokenizer"
version = "0.1.17"
edition.workspace = true
publish = false
rust-version.workspace = true
description = "Source code tokenizers for cpd"
homepage.workspace = true
license.workspace = true
repository.workspace = true
documentation = "https://docs.rs/cpd-tokenizer"
keywords = ["duplicate-code", "clone-detection", "tokenizer", "cpd", "static-analysis"]
categories = ["development-tools", "parsing"]
[dependencies]
cpd-core = { version = "0.1.18", path = "../cpd-core" }
oxc_parser = "0.151"
oxc_allocator = "0.151"
oxc_span = "0.151"
oxc_ast = "0.151"
oxc_ast_visit = "0.151"
oxc_syntax = "0.151"
log = "0.4"
regex = "1"