agent_feed_p2p_browser 0.1.21

projection-safe feed for local coding-agent activity
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 = "2024"
rust-version = "1.95"
name = "agent_feed_p2p_browser"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "projection-safe feed for local coding-agent activity"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aberration-technology/agent_feed"

[lib]
name = "agent_feed_p2p_browser"
path = "src/lib.rs"

[dependencies.agent_feed_auth_github]
version = "0.1.21"

[dependencies.agent_feed_core]
version = "0.1.21"

[dependencies.agent_feed_directory]
version = "0.1.21"

[dependencies.agent_feed_p2p_proto]
version = "0.1.21"

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

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "serde",
]

[dev-dependencies.agent_feed_identity]
version = "0.1.21"

[dev-dependencies.agent_feed_story]
version = "0.1.21"

[lints.clippy]
dbg_macro = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"