wtrscape 0.1.0

Private communication layer for AI agents.
Documentation
# 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 = "wtrscape"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Private communication layer for AI agents."
readme = "README.md"
keywords = [
    "cryptography",
    "steganography",
    "agents",
    "privacy",
    "wtrscape",
]
categories = [
    "cryptography",
    "encoding",
]
license = "MIT"
repository = "https://github.com/alxshelepenok/wtrscape"

[features]
default = []
full = ["moltbook"]
moltbook = [
    "reqwest",
    "tokio",
    "async-trait",
]
wasm = [
    "wasm-bindgen",
    "js-sys",
    "web-sys",
    "getrandom",
]

[lib]
name = "wtrscape"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "moltbook_integration"
path = "examples/moltbook_integration.rs"

[[example]]
name = "skill_usage"
path = "examples/skill_usage.rs"

[dependencies.async-trait]
version = "0.1"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.getrandom]
version = "0.2"
features = ["js"]
optional = true

[dependencies.hex]
version = "0.4"
features = ["serde"]

[dependencies.hkdf]
version = "0.12"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
]
optional = true

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.web-sys]
version = "0.3"
features = ["console"]
optional = true

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[dependencies.zeroize]
version = "1.7"
features = ["derive"]

[dev-dependencies.tokio-test]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]