[dependencies.git-ref-format-core]
version = "0.3.1"
[dependencies.git-ref-format-macro]
optional = true
version = "0.3.1"
[features]
bstr = ["git-ref-format-core/bstr"]
macro = ["git-ref-format-macro"]
minicbor = ["git-ref-format-core/minicbor"]
percent-encoding = ["git-ref-format-core/percent-encoding"]
serde = ["git-ref-format-core/serde"]
[lib]
doctest = false
test = false
[package]
authors = ["Kim Altintop <kim@eagain.st>", "Fintan Halpenny <fintan.halpenny@gmail.com>"]
description = "Everything you never knew you wanted for handling git ref names."
edition = "2021"
keywords = ["git", "references"]
license = "GPL-3.0-or-later"
name = "git-ref-format"
version = "0.3.1"