Skip to content

Commit

Permalink
Add flatbuffers crate from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 23, 2018
1 parent 7d8c9aa commit f558335
Show file tree
Hide file tree
Showing 12 changed files with 1,736 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "flatbuffers"
version = "0.5.0"
authors = ["Robert Winslow <[email protected]>", "FlatBuffers Maintainers"]
description = "Official FlatBuffers Rust runtime library."
homepage = "https://google.github.io/flatbuffers/"
keywords = ["flatbuffers", "serialization", "zero-copy"]
categories = ["encoding", "data-structures", "memory-management"]
license = "Apache-2.0"
repository = "https://github.com/google/flatbuffers"
[dependencies.smallvec]
version = "0.6"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f558335

Please sign in to comment.