# 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 = "sized-dst" version = "0.1.1" authors = ["Yuhan Lin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Owned container for dynamically-sized types backed by inline memory" readme = "README.md" keywords = [ "no_std", "trait-object", "traits", ] categories = [ "no-std::no-alloc", "data-structures", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/YuhanLiin/sized-dst" [lib] name = "sized_dst" path = "src/lib.rs" [[example]] name = "green-threads" path = "examples/green-threads.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.aligned] version = "0.4.2" [dev-dependencies.futures-executor] version = "0.3.30" [dev-dependencies.heapless] version = "0.8" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.trybuild] version = "1" [features] std = []