# 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 = "alloc_cat" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple allocator for small-to-tiny Wasm projects in rust" readme = "README.md" keywords = [ "allocator", "no_std", ] categories = [ "memory-management", "no-std", "wasm", ] license-file = "LICENSES.md" repository = "https://code.lag.net/robey/alloc_cat" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] name = "alloc_cat" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.arr_macro] version = "0.2.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.memmap2] version = "0.9.4" [dependencies.spin] version = "0.9.8" features = [ "spin_mutex", "once", ] default-features = false [features] audit_sizes = [] default = ["system_allocator"] system_allocator = []