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"