dapctl 1.0.0

TUI/CLI sync tool for HiFi Digital Audio Players
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"
rust-version = "1.80"
name = "dapctl"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI/CLI sync tool for HiFi Digital Audio Players"
homepage = "https://dapctl.com"
documentation = "https://docs.rs/dapctl"
readme = "README.md"
keywords = [
    "audio",
    "sync",
    "tui",
    "dap",
    "music",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/marturojt/dapctl"

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

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

[[test]]
name = "diff_basic"
path = "tests/diff_basic.rs"

[[test]]
name = "snapshots"
path = "tests/snapshots.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.camino]
version = "1"
features = ["serde1"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "5"

[dependencies.globset]
version = "0.4"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
]
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.lofty]
version = "0.22"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "native-tls",
]
default-features = false

[dependencies.rodio]
version = "0.19"
features = ["symphonia-all"]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.32"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "formatting",
    "macros",
]

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tui-input]
version = "0.10"

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

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Storage_FileSystem",
    "Win32_Foundation",
]

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"