git-outpost 0.1.3

Create self-contained Git outposts from a local repository for editor and devcontainer workflows.
# 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.87"
name = "git-outpost"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create self-contained Git outposts from a local repository for editor and devcontainer workflows."
readme = "README.md"
license = "MIT"
repository = "https://github.com/OptimalCNC/git-outpost"
resolver = "2"

[[bin]]
name = "git-outpost"
path = "src/main.rs"

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

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

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

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

[dependencies.clap]
version = "^4.6"
features = ["derive"]

[dependencies.outpost-core]
version = "0.1.3"

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

[dependencies.serde_json]
version = "^1.0"

[dev-dependencies.tempfile]
version = "^3.27"