redevplugin-target-classifier 0.6.8

Network target classification for the ReDevPlugin platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "redevplugin-target-classifier"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Network target classification for the ReDevPlugin platform"
repository.workspace = true
rust-version.workspace = true
readme = "README.md"
include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**"]

[dev-dependencies]
proptest = "1.6"
redevplugin-contracts = { path = "../redevplugin-contracts", version = "=0.6.8" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"