-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cargo.toml
32 lines (28 loc) · 916 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "catherine"
description = "The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support for defense operations."
version = "0.6.1"
authors = ["battleoverflow"]
license = "BSD-2-Clause"
categories = ["cryptography", "command-line-utilities", "encoding"]
keywords = ["cybersecurity", "blueteam", "framework", "security", "defense"]
edition = "2021"
repository = "https://github.com/battleoverflow/catherine"
[build-dependencies]
tauri-build = { version = "1.2.1", features = [] }
[dependencies]
os_type = "2.6.0"
chrono = "0.4"
colored = "2"
serde = "1.0"
serde_json = "1.0"
libloading = "0.7"
prettytable-rs = "0.10.0"
mercy = "2.0.1"
rand = "0.7.2"
tauri = { version = "1.2.4", features = [] }
[target.'cfg(target_os = "windows")'.dependencies]
ipconfig = "0.3.0"
[features]
default = [ "custom-protocol" ]
custom-protocol = [ "tauri/custom-protocol" ]