lifter 1.3.0

Serverless file sharing for maximum security
# 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"
name = "lifter"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serverless file sharing for maximum security"
readme = "README.md"
keywords = [
    "network",
    "file-sharing",
    "files",
    "transfer",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/Fabian2611/lift"

[[bin]]
name = "lift"
path = "src/main.rs"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.axum]
version = "0.8.9"

[dependencies.bore-cli]
version = "0.6.0"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.futures-util]
version = "0.3.32"

[dependencies.rand]
version = "0.10.1"

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

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]