# 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 = "tlsf" version = "1.1.0" description = "An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint" documentation = "https://docs.rs/tlsf" readme = "README.md" keywords = [ "allocator", "tlsf", "constant-time", "real-time", ] categories = [ "embedded", "memory-management", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/japaric/tlsf" [package.metadata.docs.rs] features = ["internal-doc-images"] [dependencies.embed-doc-image] version = "0.1.4" optional = true [dependencies.sptr] version = "0.3.2" [dev-dependencies.cov-mark] version = "1.1.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_xorshift] version = "0.3.0" [features] internal-doc-images = ["dep:embed-doc-image"]