# 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 = "slimmer_box" version = "0.6.5" authors = ["Qqwy / Marten"] description = "A packed alternative to Box whose 'fat' pointer is 'slimmer'" readme = "README.md" keywords = [ "box", "pointers", "no_std", "alloc", "cache", ] categories = [ "no-std", "memory-management", ] license = "MIT" repository = "https://github.com/qqwy/rust-slimmer_box" [package.metadata.docs.rs] features = [ "rkyv", "serde", ] [dependencies.ptr_meta] version = "0.2.0" default_features = false [dependencies.rkyv] version = "0.7.39" features = [] optional = true [dependencies.serde] version = "1.0.152" optional = true [dev-dependencies.serde_test] version = "1.0" [features] default = ["std"] std = ["ptr_meta/std"]