# 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 = "2021" rust-version = "1.70" name = "planus" version = "1.0.0" description = "Planus is an alternative compiler for flatbuffers, an efficient cross platform serialization library." readme = "README.md" keywords = [ "flatbuffers", "serialization", "zero-copy", ] categories = [ "encoding", "data-structures", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/planus-org/planus" [dependencies.array-init-cursor] version = "0.2.0" [dependencies.hashbrown] version = "0.13.2" features = ["raw"] optional = true [dev-dependencies.rand] version = "0.8.5" [features] bytes-cache = ["hashbrown"] default = [ "std", "vtable-cache", "string-cache", "bytes-cache", ] extra-validation = [] std = [] string-cache = ["hashbrown"] vtable-cache = ["hashbrown"]