# 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 = "flatdata" version = "0.5.8" authors = [ "boxdot ", "Christian Vetter ", "Gabriel FĂ©ron ", ] description = "Rust implementation of flatdata" readme = "README.md" keywords = [ "serialization", "flatdata", "mmap", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/heremaps/flatdata" [package.metadata.docs.rs] all-features = true [dependencies.diff] version = "0.1.11" [dependencies.memmap2] version = "0.5.7" [dependencies.tar] version = "0.4.38" optional = true [dependencies.walkdir] version = "2.2.9"