forked from BigfootDev/flatbuffers
* Fix tests.cpp * Parser support for vector/string defaults * tests and default empty vectors * addressed comments * Default strings and vectors for Rust * Tested Rust more_defaults * git-clang-format * add more_defaults_test * fixed vector default * removed commented out code * more unreachable Co-authored-by: Casper Neo <cneo@google.com>
17 lines
527 B
TOML
17 lines
527 B
TOML
[package]
|
|
name = "flatbuffers"
|
|
version = "0.8.3"
|
|
edition = "2018"
|
|
authors = ["Robert Winslow <hello@rwinslow.com>", "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 = "1.6.1"
|
|
bitflags = "1.2.1"
|
|
thiserror = "1.0.23"
|