git-url 0.3.5

A WIP crate of the gitoxide project implementing parsing and serialization of git-url
Documentation
[dependencies.bstr]
default-features = false
features = ["std"]
version = "0.2.13"

[dependencies.home]
version = "0.5.3"

[dependencies.quick-error]
version = "2.0.0"

[dependencies.serde]
default-features = false
features = ["std", "derive"]
optional = true
version = "1.0.114"

[dependencies.url]
version = "2.1.1"

[features]
serde1 = ["serde", "bstr/serde1"]

[lib]
doctest = false

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A WIP crate of the gitoxide project implementing parsing and serialization of git-url"
edition = "2018"
include = ["src/**/*", "CHANGELOG.md"]
license = "MIT/Apache-2.0"
name = "git-url"
repository = "https://github.com/Byron/gitoxide"
resolver = "2"
version = "0.3.5"