From ba4a02b46a03a4e20c1cd42742c7db4e166175de Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 3 Sep 2018 19:42:25 -0700 Subject: [PATCH] Update Cargo.toml for Crates.io package --- rust/flatbuffers/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml index d3f86ae12..bf2adb120 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -2,6 +2,12 @@ name = "flatbuffers" version = "0.4.0" authors = ["Robert Winslow ", "FlatBuffers Maintainers"] +license = "Apache-2.0" +description = "Official FlatBuffers Rust runtime library." +homepage = "https://google.github.io/flatbuffers/" +repository = "https://github.com/google/flatbuffers" +keywords = ["flatbuffers", "serialization", "zero-copy"] +categories = ["encoding", "data-structures", "memory-management"] [dependencies] smallvec = "0.6"