# 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" name = "mmap-vec" version = "0.2.0" authors = ["Arthur LE MOIGNE"] exclude = [ "tests/", ".github/", ] description = "Memory mapped vectors" documentation = "https://docs.rs/mmap-vec" readme = "README.md" keywords = [ "mmap", "data-strucure", ] categories = [ "os::unix-apis", "data-structures", "memory-management", ] license = "MIT" repository = "https://github.com/arthurlm/mmap-vec" [dependencies.dirs] version = "5.0.1" optional = true [dependencies.libc] version = "0.2.147" [dependencies.serde] version = "1.0.189" optional = true [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.serde_json] version = "1.0.107" [features] cache-dir = ["dep:dirs"] default = [ "cache-dir", "serde", ] serde = ["dep:serde"]