# 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 = "radicle-git-ext" version = "0.8.1" authors = [ "Alexis Sellier ", "Kim Altintop ", "Fintan Halpenny ", ] description = "Utilities and extensions to the git2 crate" keywords = [ "git", "radicle", ] license = "GPL-3.0-or-later" [lib] test = false doctest = false [dependencies.git-ref-format] version = "0.3.1" features = [ "macro", "serde", ] [dependencies.git2] version = "0.19" features = ["vendored-libgit2"] default-features = false [dependencies.percent-encoding] version = "2" [dependencies.radicle-std-ext] version = "0.1.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [features] bstr = ["git-ref-format/bstr"] minicbor = ["git-ref-format/minicbor"] percent-encoding = ["git-ref-format/percent-encoding"]