# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "catherine" version = "0.6.1" authors = ["battleoverflow"] description = "The Catherine Framework is a general-purpose cybersecurity framework built to provide extended support for defense operations." readme = "README.md" keywords = [ "cybersecurity", "blueteam", "framework", "security", "defense", ] categories = [ "cryptography", "command-line-utilities", "encoding", ] license = "BSD-2-Clause" repository = "https://github.com/battleoverflow/catherine" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2" [dependencies.libloading] version = "0.7" [dependencies.mercy] version = "2.0.1" [dependencies.os_type] version = "2.6.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tauri] version = "1.2.4" features = [] [build-dependencies.tauri-build] version = "1.2.1" features = [] [features] custom-protocol = ["tauri/custom-protocol"] default = ["custom-protocol"] [target."cfg(target_os = \"windows\")".dependencies.ipconfig] version = "0.3.0"