forked from BigfootDev/flatbuffers
* Introduce new_from_vec in Rust (also fix formatting) Also, rename `new_with_capacity` to `with_capacity` to match how `Vec` does it. * bump rust version * mut_finished_buffer Co-authored-by: Casper Neo <cneo@google.com>
18 lines
541 B
TOML
18 lines
541 B
TOML
[package]
|
|
name = "flatbuffers"
|
|
version = "0.8.6"
|
|
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"]
|
|
rust = "1.51"
|
|
|
|
[dependencies]
|
|
smallvec = "1.6.1"
|
|
bitflags = "1.2.1"
|
|
thiserror = "1.0.23"
|