minimoon-sync-server 0.3.0

Standalone LAN file sharing server for Minimoon Sync
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 = "minimoon-sync-server"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone LAN file sharing server for Minimoon Sync"
readme = "README.md"
keywords = [
    "sync",
    "music",
    "lan",
    "server",
]
categories = [
    "command-line-utilities",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/milesegan/minimoon-sync-server"

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

[[bin]]
name = "minimoon-sync-server"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.axum]
version = "0.8.9"

[dependencies.gethostname]
version = "1.1.0"

[dependencies.glob]
version = "0.3.4"

[dependencies.libc]
version = "0.2.189"

[dependencies.percent-encoding]
version = "2.3.2"

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

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

[dependencies.tower-http]
version = "0.7.0"
features = [
    "cors",
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dev-dependencies.reqwest]
version = "0.13.4"
features = ["json"]
default-features = false

[dev-dependencies.tower]
version = "0.5.3"