# 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 = "stary-alloc" version = "0.1.0" authors = ["Leon Davis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection allocation-related items." readme = "README.md" keywords = [ "allocation", "allocator", ] categories = [ "no-std", "no-std::no-alloc", ] license = "0BSD" repository = "https://codeberg.org/leonski/stary" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "stary_alloc" path = "src/lib.rs" [features] default = [] fixed-buf = []