Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | [package] |
| 2 | name = "flatbuffers" |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 3 | version = "0.7.0" |
| 4 | edition = "2018" |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 5 | authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"] |
| 6 | license = "Apache-2.0" |
| 7 | description = "Official FlatBuffers Rust runtime library." |
| 8 | homepage = "https://google.github.io/flatbuffers/" |
| 9 | repository = "https://github.com/google/flatbuffers" |
| 10 | keywords = ["flatbuffers", "serialization", "zero-copy"] |
| 11 | categories = ["encoding", "data-structures", "memory-management"] |
| 12 | |
| 13 | [dependencies] |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 14 | smallvec = "1.0" |
| 15 | bitflags = "1.2" |