Update Rust Flexbuffers metadata before publishing (#5905)
authorCasper <casperneo@uchicago.edu>
Tue, 12 May 2020 02:46:37 +0000 (19:46 -0700)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 02:46:37 +0000 (19:46 -0700)
Co-authored-by: Casper Neo <cneo@google.com>
rust/flexbuffers/Cargo.toml

index 7dec3c9..51e03df 100644 (file)
@@ -1,9 +1,14 @@
 [package]
 name = "flexbuffers"
 version = "0.1.0"
-authors = ["Casper Neo <cneo@google.com>"]
+authors = ["Casper Neo <cneo@google.com>", "FlatBuffers Maintainers"]
 edition = "2018"
 license = "Apache-2.0"
+description = "Official FlexBuffers Rust runtime library."
+homepage = "https://google.github.io/flatbuffers/flexbuffers"
+repository = "https://github.com/google/flatbuffers"
+keywords = ["flatbuffers", "flexbuffers", "serialization", "zero-copy"]
+categories = ["encoding", "data-structures", "memory-management"]
 
 [dependencies]
 serde = "1.0.103"