[package]
edition = "2021"
name = "wcp-core"
version = "0.1.0"
authors = ["oqullcan <oqullcan.exhale574@passfwd.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the White Cat Protocol (WCP), focusing on privacy, security, anonymity."
readme = "README.md"
keywords = [
"privacy",
"security",
"anonymity",
"confidentiality",
"protocol",
]
categories = [
"cryptography",
"network-programming",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oqullcan/wcp-core"
[lib]
name = "wcp_core"
path = "src/lib.rs"
[dependencies]