# 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 = "numanji" version = "0.1.5" authors = ["Mahmut Bulut "] exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"] description = "Local-affinity first NUMA-aware allocator with optional fallback" homepage = "https://github.com/bastion-rs/numanji" documentation = "https://docs.rs/numanji" readme = "README.md" keywords = ["numa", "numa-aware", "allocator", "memory"] categories = ["memory-management", "caching"] license = "Apache-2.0/MIT" repository = "https://github.com/bastion-rs/numanji" [dependencies.allocator-suite] version = "0.1.6" [dependencies.lazy_static] version = "^1.4" [dev-dependencies.rand] version = "0.7" [target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.jemallocator] version = "^0.3" [badges.maintenance] status = "actively-developed"