# 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 = "emplacable" version = "0.1.0-alpha.13" authors = ["Jules Bertholet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Return unsized values from functions" readme = "README.md" keywords = [ "unsized", "placement-new", ] categories = [ "memory-management", "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Jules-Bertholet/unsized-vec/" [lib] name = "emplacable" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [features] alloc = [] default = ["std"] std = ["alloc"] [badges.maintenance] status = "experimental"