--- gix-packetline-0.16.6/Cargo.toml 1970-01-01T00:00:01+00:00 +++ gix-packetline-0.16.6/Cargo.toml 2023-09-13T19:32:47.281679+00:00 @@ -20,7 +20,7 @@ "LICENSE-*", "CHANGELOG.md", ] -description = "A crate of the gitoxide project implementing the pkt-line serialization format" +description = "Implementation of the the pkt-line serialization format for gix" license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" @@ -55,10 +55,6 @@ version = "1.3.0" features = ["std"] default-features = false - -[dependencies.document-features] -version = "0.2.0" -optional = true [dependencies.faster-hex] version = "0.8.0"