radicle-git-ref-format 0.2.0

Everything you never knew you wanted for handling git ref names.
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.88.0"
name = "radicle-git-ref-format"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Everything you never knew you wanted for handling git ref names."
readme = false
keywords = [
    "radicle",
    "git",
    "refname",
    "ref",
    "references",
]
license = "MIT OR Apache-2.0"
repository = "https://radicle.network/seeds/seed.radicle.dev/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
resolver = "2"

[features]
macro = []

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

[dependencies.bstr]
version = "1.3"
optional = true

[dependencies.minicbor]
version = "0.13"
features = ["std"]
optional = true

[dependencies.percent-encoding]
version = "2.1.0"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "std",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false