radroots-net 0.1.0-alpha.1

unified networking interface for the radroots sdk
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.92.0"
name = "radroots-net"
version = "0.1.0-alpha.1"
authors = ["triesap npub1tr33s4tj2le2kk9yzhfphdtss26gyn8kv7savnnjhj794nqp333q8e7grr"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "unified networking interface for the radroots sdk"
homepage = "https://radroots.org"
documentation = "https://docs.rs/radroots-net"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/rad-roots-labs/radroots"
resolver = "2"

[features]
all = [
    "std",
    "rt",
]
default = ["std"]
rt = ["radroots-net-core/rt"]
std = ["radroots-net-core/std"]

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

[dependencies.radroots-net-core]
version = "0.1.0-alpha.1"
optional = false
default-features = false