--- gix-packetline-0.16.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ gix-packetline-0.16.4/Cargo.toml 2023-08-01T18:14:28.753667+00:00 @@ -20,7 +20,7 @@ "LICENSE-*", "CHANGELOG.md", ] -description = "A WIP 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.futures-io] version = "0.3.16"