# 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 = "acid_alloc" version = "0.1.0" authors = ["dataphract "] description = "Bare-metal allocators" documentation = "https://docs.rs/acid_alloc" readme = "README.md" keywords = [ "allocator", "no_std", ] categories = [ "memory-management", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dataphract/acid_alloc" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", ] [dependencies.sptr] version = "0.2.3" optional = true [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.version-sync] version = "0.9.2" [features] alloc = [] default = ["sptr"] unstable = []