# 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 = "2018" name = "gitbrowse" version = "0.0.6" authors = ["Trangar "] description = "A simple way to browse a git repository" documentation = "https://docs.rs/gitbrowse" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/trangar/gitbrowse" [dependencies.git2] version = "0.14" default-features = false [features] default = ["git2/default"] https = ["git2/https"] ssh = ["git2/ssh"] ssh_key_from_memory = ["git2/ssh_key_from_memory"] unstable = ["git2/unstable"] vendored-openssl = ["git2/vendored-openssl"] zlib-ng-compat = ["git2/zlib-ng-compat"] [badges.github] repository = "Trangar/gitbrowse" workflow = "Rust"