# 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 = "unsized-vec" version = "0.0.2-alpha.11" authors = ["Jules Bertholet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Like Vec, but for unsized values" readme = "README.md" keywords = [ "vec", "vector", "unsized", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Jules-Bertholet/unsized-vec/" [package.metadata.docs.rs] all-features = true [profile.bench] lto = "fat" codegen-units = 1 debug = 2 [lib] name = "unsized_vec" path = "src/lib.rs" [[bin]] name = "stress" path = "src/bin/stress.rs" [[example]] name = "rust-book-17-02" path = "examples/rust-book-17-02.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.emplacable] version = "0.1.0-alpha.6" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.193" optional = true default-features = false [badges.maintenance] status = "experimental"