# 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" rust-version = "1.57" name = "emballoc" version = "0.3.0" build = false exclude = ["/.circleci"] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple but reliable memory allocator for embedded Rust and #![no_std]" documentation = "https://docs.rs/emballoc" readme = "README.md" keywords = [ "allocator", "embedded", "no-std", "no_std", ] categories = [ "memory-management", "no-std", "embedded", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jfrimmel/emballoc" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "emballoc" path = "src/lib.rs" [[test]] name = "allocation" path = "tests/allocation.rs" [[test]] name = "api" path = "tests/api.rs" [[test]] name = "sections" path = "tests/sections.rs" [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", ] default-features = false [features] portable_atomic = ["spin/portable_atomic"]