# 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" name = "git-ref-format" version = "0.3.1" authors = [ "Kim Altintop ", "Fintan Halpenny ", ] description = "Everything you never knew you wanted for handling git ref names." keywords = [ "git", "references", ] license = "GPL-3.0-or-later" [lib] test = false doctest = false [dependencies.git-ref-format-core] version = "0.3.1" [dependencies.git-ref-format-macro] version = "0.3.1" optional = true [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"]