# 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.61" name = "rlsf" version = "0.2.1" authors = ["yvt "] description = "Real-time dynamic memory allocator based on the TLSF algorithm" readme = "README.md" categories = [ "embedded", "no-std", "wasm", "memory-management", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/rlsf" [package.metadata.docs.rs] all-features = true [dependencies.cfg-if] version = "1.0.0" [dependencies.const_default1] version = "1" default-features = false package = "const-default" [dependencies.svgbobdoc] version = "0.3.0" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.log] version = "0.4.8" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1" [features] doc_cfg = ["svgbobdoc/enable"] std = [] unstable = [] [target."cfg(unix)".dependencies.libc] version = "0.2.56"