ferry-core 0.1.20

Core protocol, discovery, transfer, manifest, trust, and filesystem logic for FileFerry.
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 = "ferry-core"
version = "0.1.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core protocol, discovery, transfer, manifest, trust, and filesystem logic for FileFerry."
homepage = "https://fileferry.app/"
readme = "README.md"
keywords = [
    "file-transfer",
    "lan",
    "quic",
    "mdns",
    "terminal",
]
categories = [
    "network-programming",
    "filesystem",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/dunamismax/fileferry"

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

[dependencies.blake3]
version = "1.8.2"

[dependencies.directories]
version = "6.0.0"

[dependencies.mdns-sd]
version = "0.19.1"

[dependencies.quinn]
version = "0.11.9"

[dependencies.rcgen]
version = "0.14.7"

[dependencies.rustls]
version = "0.23.35"
features = ["ring"]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1.41"

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

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