git_sshripped_repository 0.1.4

Repository domain for git-sshripped
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 = "git_sshripped_repository"
version = "0.1.4"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repository domain for git-sshripped"
readme = "README.md"
keywords = [
    "config",
    "git",
    "repository",
    "ssh",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/git-sshripped"
resolver = "2"

[features]
default = []
fail-on-warnings = []

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

[dependencies.anyhow]
version = "1.0.98"
features = ["std"]
default-features = false

[dependencies.git_sshripped_repository_models]
version = "0.1.4"

[dependencies.toml]
version = "0.8.20"
features = [
    "display",
    "parse",
]
default-features = false