repoforge 0.1.9

Safe repository archive discovery, GitHub slugging, and fast-forward refresh helpers
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 = "repoforge"
version = "0.1.9"
authors = ["Trevor Knott (Knott Dynamics)"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe repository archive discovery, GitHub slugging, and fast-forward refresh helpers"
homepage = "https://github.com/Tknott95/RepoForge"
documentation = "https://docs.rs/repoforge"
readme = "README.md"
keywords = [
    "repoforge",
    "git",
    "github",
    "archive",
    "thesa",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Tknott95/RepoForge"

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

[dependencies]