outpost-core 0.1.2

Core library for Git Outpost, a clone-backed alternative to git worktree workflows.
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"
rust-version = "1.85"
name = "outpost-core"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Git Outpost, a clone-backed alternative to git worktree workflows."
readme = "README.md"
license = "MIT"
repository = "https://github.com/OptimalCNC/git-outpost"
resolver = "2"

[features]
test-helpers = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "^0.4"
features = [
    "clock",
    "serde",
    "std",
]
default-features = false

[dependencies.dunce]
version = "^1.0"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.sha2]
version = "^0.10"

[dependencies.tempfile]
version = "=3.10.0"

[dependencies.thiserror]
version = "^1.0"

[dev-dependencies.dunce]
version = "^1.0"