git-whennes 0.2.0

Find the commit that merged a commit into mainline
Documentation
[package]
name = "git-whennes"
version = "0.2.0"
authors = ["Nick Spain <nicholas.spain96@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://git.sr.ht/~nds/git-whennes"
homepage = "https://git.sr.ht/~nds/git-whennes"
documentation = "https://docs.rs/git-whennes"
description = "Find the commit that merged a commit into mainline"


[dependencies]
git2 = { version = "0.13.18", default-features = false }
pico-args = { version = "0.4.1", default-features = false }
log = { version = "0.4.14", default-features = false }
env_logger = { version = "0.8.3", default-features = false }
git-url-parse = { version = "0.3.1", default-features = false, optional = true }
regex = { version = "1.5.4", default-features = false, optional = true }
open = { version = "1.7.0", default-features = false, optional = true }

[features]
default = ["sourcehut", "github", "forge"]

forge = ["git-url-parse", "open"]
sourcehut = ["forge"]
github = ["forge", "regex"]