# 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 = "backdrop" version = "0.1.11" authors = ["Qqwy / Marten"] description = "Drop your large or complex objects in the background with Backdrop! (later, on another thread, or both! Fully customizable! Tokio supported!)" readme = "README.md" keywords = [ "alloc", "no_std", "drop", "tokio", ] categories = [ "memory-management", "no-std", "no-std::no-alloc", "asynchronous", "data-structures", ] license = "MIT" repository = "https://github.com/qqwy/rust-backdrop" [package.metadata.docs.rs] features = ["doc"] [[example]] name = "comparison" required-features = ["tokio"] [dependencies.bytecheck] version = "0.7.0" optional = true default-features = false [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.rkyv] version = "0.7.40" optional = true default-features = false [dependencies.tokio] version = "1.25.0" features = [ "sync", "rt", "full", ] optional = true [features] alloc = [] default = ["std"] doc = [ "std", "tokio", "rkyv/size_32", "bytecheck", ] std = [ "lazy_static", "alloc", ]