gitoxide-core 0.4.1

The library implementating all capabilities of the gitoxide CLI
Documentation
[package]
name = "gitoxide-core"
description = "The library implementating all capabilities of the gitoxide CLI"
repository = "https://github.com/Byron/git-oxide"
version = "0.4.1"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT/Apache-2.0"
edition = "2018"

[lib]
doctest = false
test = false

[features]
serde1 = ["git-object/serde1", "git-odb/serde1", "git-protocol/serde1", "serde_json", "serde"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
git-repository = { version = "^0.4.0", path = "../git-repository" }
git-object = { version = "^0.4.0", path = "../git-object" }
git-odb = { version = "^0.4.0", path = "../git-odb" }
git-protocol = { version = "0.1.0", path = "../git-protocol" }
git-features = { version = "^0.6.0", path = "../git-features" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.31"
quick-error = "2.0.0"
bytesize = "1.0.1"
serde_json = { version = "1.0.56", optional = true }