# 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 = "inline_dyn" version = "0.2.1" authors = ["John Schug "] description = "A container type for storing dynamically-sized types inline" readme = "README.md" keywords = ["container"] categories = [ "no-std", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/johnschug/inline_dyn" [package.metadata.docs.rs] all-features = true [dependencies.cfg-if] version = "1.0.0" [dependencies.elain] version = "0.3" [dependencies.static_assertions] version = "1.1" [features] alloc = [] nightly = [] std = ["alloc"] [badges.maintenance] status = "experimental" [lints.rust] unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"