--- gix-mailmap-0.16.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ gix-mailmap-0.16.1/Cargo.toml 2023-08-02T13:52:01.290565+00:00 @@ -15,7 +15,7 @@ name = "gix-mailmap" version = "0.16.1" authors = ["Sebastian Thiel "] -description = "A WIP crate of the gitoxide project for parsing mailmap files" +description = "Parser for mailmap files for gix" license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" @@ -37,10 +37,6 @@ "unicode", ] default-features = false - -[dependencies.document-features] -version = "0.2.0" -optional = true [dependencies.gix-actor] version = "^0.24.1"