rift-sdk 0.1.4

High-level SDK for building Rift P2P applications
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 = "rift-sdk"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level SDK for building Rift P2P applications"
documentation = "https://docs.rs/rift-sdk"
readme = "README.md"
keywords = [
    "p2p",
    "sdk",
    "voice",
    "chat",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/infinityabundance/riftd"

[package.metadata.docs.rs]
all-features = true

[features]
android = [
    "jni",
    "ndk-context",
]
ffi = []

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.dirs]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.jni]
version = "0.21"
optional = true

[dependencies.ndk-context]
version = "0.1"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.rift-core]
version = "0.1.4"

[dependencies.rift-dht]
version = "0.1.4"

[dependencies.rift-discovery]
version = "0.1.4"

[dependencies.rift-media]
version = "0.1.4"

[dependencies.rift-mesh]
version = "0.1.4"

[dependencies.rift-metrics]
version = "0.1.4"

[dependencies.rift-nat]
version = "0.1.4"

[dependencies.rift-protocol]
version = "0.1.4"

[dependencies.rift-rndzv]
version = "0.1.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"