# 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-surf" version = "0.22.1" authors = ["The Radicle Team "] include = [ "**/*.rs", "Cargo.toml", "data/git-platinum.tgz", ] description = "A code surfing library for Git repositories" homepage = "https://github.com/radicle-dev/radicle-git/blob/main/radicle-surf/README.md" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/radicle-dev/radicle-git/tree/main/radicle-surf" [lib] test = false doctest = false [dependencies.base64] version = "0.21" [dependencies.git2] version = "0.19" features = ["vendored-libgit2"] default-features = false [dependencies.log] version = "0.4" [dependencies.nonempty] version = "0.9" [dependencies.radicle-git-ext] version = "0.8.1" features = ["serde"] [dependencies.radicle-std-ext] version = "0.1.0" [dependencies.serde] version = "1" features = ["serde_derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5" [build-dependencies.anyhow] version = "1.0" [build-dependencies.flate2] version = "1" [build-dependencies.tar] version = "0.4" [features] gh-actions = [] minicbor = ["radicle-git-ext/minicbor"] serde = [ "dep:serde", "url/serde", ]