rift-core 0.1.4

Core types, identity, cryptography, and invites for the Rift P2P protocol
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-core"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, identity, cryptography, and invites for the Rift P2P protocol"
documentation = "https://docs.rs/rift-core"
readme = "README.md"
keywords = [
    "p2p",
    "voip",
    "cryptography",
    "identity",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/infinityabundance/riftd"

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

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

[dependencies.base64]
version = "0.21"

[dependencies.bincode]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.ed25519-dalek]
version = "1"
features = ["rand"]

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.rand]
version = "0.7"

[dependencies.rand_core]
version = "0.6"

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

[dependencies.sha2]
version = "0.10"

[dependencies.snow]
version = "0.9"

[dependencies.thiserror]
version = "1"

[dependencies.x25519-dalek]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "5"

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