# 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-owned" version = "0.2.0" authors = ["Florian Gäbler"] description = "A Rust crate that enables a more flexible usage of FlatBuffers." documentation = "https://docs.rs/flatbuffers-owned" readme = "README.md" keywords = [ "flatbuffers", "serialization", "owned", ] categories = [ "data-structures", "memory-management", ] license = "MIT" repository = "https://github.com/florian-g2/flatbuffers-owned" [lib] doctest = false [dependencies.flatbuffers] version = "23.5.26" [dependencies.paste] version = "1.0.14"