bitslideslib 0.1.2

Core library for synchronizing volumes in the background
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 = "bitslideslib"
version = "0.1.2"
authors = ["Borja GarcĂ­a <debuti@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for synchronizing volumes in the background"
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/debuti/bitslides"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.checksums]
version = "0.9"

[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "8.2"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.simplelog]
version = "0.12"

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

[dependencies.windows]
version = "0.58"
features = ["Win32_Storage_FileSystem"]

[dev-dependencies.pretty_assertions]
version = "1.4"

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