-
-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 603 Bytes
/
Copy pathCargo.toml
File metadata and controls
22 lines (20 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "cpd-core"
version = "0.1.18"
edition.workspace = true
publish = false
rust-version.workspace = true
description = "Core data models and hashing for cpd"
homepage.workspace = true
license.workspace = true
repository.workspace = true
documentation = "https://docs.rs/cpd-core"
keywords = ["duplicate-code", "clone-detection", "copy-paste", "cpd", "static-analysis"]
categories = ["development-tools"]
[dependencies]
rustc-hash = "2"
xxhash-rust = { version = "0.8", features = ["xxh3"] }
rayon = "1"
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
serde_json = "1"