actr-platform-native 0.3.1

Native platform provider for Actor-RTC: SQLite storage, ed25519-dalek crypto, filesystem operations
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.88"
name = "actr-platform-native"
version = "0.3.1"
authors = ["Actor-RTC Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native platform provider for Actor-RTC: SQLite storage, ed25519-dalek crypto, filesystem operations"
readme = false
keywords = [
    "actor",
    "platform",
    "native",
    "sqlite",
    "ed25519",
]
categories = [
    "asynchronous",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/actor-rtc/actr"
resolver = "2"

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

[dependencies.actr-hyper]
version = "0.3.1"

[dependencies.actr-platform-traits]
version = "0.3.1"

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

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

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "serde_json",
]

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.18"
features = [
    "v4",
    "serde",
]

[dev-dependencies.rand]
version = "0.8"

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

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"