radicle-git-ext 0.12.0

Utilities and extensions to the git2 crate
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 = "2021"
rust-version = "1.78.0"
name = "radicle-git-ext"
version = "0.12.0"
authors = [
    "Alexis Sellier <alexis@radicle.xyz>",
    "Kim Altintop <kim@eagain.st>",
    "Fintan Halpenny <fintan.halpenny@gmail.com",
    "Han Xu <keepsimple@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities and extensions to the git2 crate"
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
readme = false
keywords = [
    "git",
    "radicle",
]
license = "MIT OR Apache-2.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"

[features]
bstr = ["git-ref-format/bstr"]
minicbor = ["git-ref-format/minicbor"]
percent-encoding = ["git-ref-format/percent-encoding"]

[lib]
name = "radicle_git_ext"
path = "src/lib.rs"
test = false
doctest = false

[dependencies.git-ref-format]
version = "0.6.0"
features = [
    "macro",
    "serde",
]

[dependencies.git2]
version = "0.20"
features = ["vendored-libgit2"]
default-features = false

[dependencies.percent-encoding]
version = "2"

[dependencies.radicle-std-ext]
version = "0.2.0"

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

[dependencies.thiserror]
version = "1"