entangle-mirror 0.1.0

Easy setup for mirroring GitHub repos to Tangled.org in one command
# 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 = "entangle-mirror"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy setup for mirroring GitHub repos to Tangled.org in one command"
homepage = "https://github.com/cyrusae/entangle"
readme = "README.md"
keywords = [
    "git",
    "tangled",
    "mirror",
    "forge",
    "atproto",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cyrusae/entangle"

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

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

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

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

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

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

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.gix]
version = "0.70"
features = ["blocking-network-client"]

[dependencies.indicatif]
version = "0.17"

[dependencies.owo-colors]
version = "4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[target."cfg(unix)".dev-dependencies.rexpect]
version = "0.7.1"