Source code

Revision control

Copy as Markdown

Other Tools

# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
rust-version = "1.51"
name = "flatbuffers"
version = "25.12.19"
authors = [
"Robert Winslow <hello@rwinslow.com>",
"FlatBuffers Maintainers",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official FlatBuffers Rust runtime library."
readme = "README.md"
keywords = [
"flatbuffers",
"serialization",
"zero-copy",
]
categories = [
"encoding",
"data-structures",
"memory-management",
]
license = "Apache-2.0"
[features]
default = ["std"]
serialize = ["serde"]
std = []
[lib]
name = "flatbuffers"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.8.0"
[dependencies.serde]
version = "1.0"
optional = true
[build-dependencies.rustc_version]
version = "0.4.0"