# 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 = "one_alloc" version = "0.1.0" include = [ "Cargo.toml", "src/", "examples/", "README.md", ] description = "A custom allocator that allows a singular allocation of a specific size known ahead of time." homepage = "https://github.com/ardaku/one_alloc/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/one_alloc" readme = "README.md" keywords = [ "allocator", "custom", "one", "small", "minimal", ] categories = [ "no-std", "embedded", "memory-management", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/one_alloc/" resolver = "2" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies]