--- gix-config-value-0.12.5/Cargo.toml 1970-01-01T00:00:01+00:00 +++ gix-config-value-0.12.5/Cargo.toml 2023-08-01T18:21:49.452501+00:00 @@ -15,7 +15,7 @@ name = "gix-config-value" version = "0.12.5" authors = ["Sebastian Thiel "] -description = "A crate of the gitoxide project providing gix-config value parsing" +description = "Parser for gix-config values" license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" @@ -38,10 +38,6 @@ features = ["std"] default-features = false -[dependencies.document-features] -version = "0.2.0" -optional = true - [dependencies.gix-path] version = "^0.8.4"