# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mmap-allocator" version = "0.3.1" authors = ["Yoshida Shin "] description = "struct implementing trait std::alloc::GlobalAlloc for unix" documentation = "https://wbcchsyn.github.io/rust-mmap-allocator/mmap_allocator/index.html" readme = "README.md" keywords = ["alloc", "allocator", "memory", "GlobalAlloc"] categories = ["memory-management"] license = "Apache-2.0 OR LGPL-3.0-or-later" repository = "https://github.com/wbcchsyn/rust-mmap-allocator.git" [target."cfg(unix)".dependencies.libc] version = "0.2" [badges.circle-ci] repository = "wbcchsyn/rust-mmap-allocator" [badges.travis-ci] repository = "wbcchsyn/rust-mmap-allocator"