sapphire-framework-sync 0.1.0

Git-based workspace synchronization library
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"
name = "sapphire-framework-sync"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-based workspace synchronization library"
readme = "README.md"
keywords = [
    "sync",
    "git",
    "workspace",
]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fluo10/sapphire-framework"

[features]
default = ["git"]
git = [
    "dep:git2",
    "dep:dirs",
]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "5"
optional = true

[dependencies.git2]
version = "0.21"
features = [
    "ssh",
    "https",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]