# 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" name = "flatbuffers" version = "24.3.25" authors = [ "Robert Winslow ", "FlatBuffers Maintainers", ] description = "Official FlatBuffers Rust runtime library." homepage = "https://google.github.io/flatbuffers/" readme = "README.md" keywords = [ "flatbuffers", "serialization", "zero-copy", ] categories = [ "encoding", "data-structures", "memory-management", ] license = "Apache-2.0" repository = "https://github.com/google/flatbuffers" [dependencies.bitflags] version = "1.2.1" [dependencies.serde] version = "1.0" optional = true [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["std"] serialize = ["serde"] std = []