# 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] name = "backdrop_arc" version = "0.3.0" authors = ["Qqwy / Marten"] description = "Arc which will drop its large or complex contents in the background with Backdrop! (later, on another thread, or both! Fully customizable! Tokio supported!)" readme = "README.md" keywords = [ "arc", "ffi", "sync", "data-structure", "drop", ] categories = [ "concurrency", "data-structures", "no-std", "memory-management", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Qqwy/rust-backdrop_arc" [package.metadata.docs.rs] features = [ "std", "serde", "stable_deref_trait", "unsize", "arc-swap", "triomphe", "yoke", ] [dependencies.arc-swap] version = "1.3.0" optional = true [dependencies.backdrop] version = "0.1.6" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.stable_deref_trait] version = "1.1.1" optional = true default-features = false [dependencies.triomphe] version = "0.1.8" optional = true [dependencies.unsize] version = "1.1" optional = true [dependencies.yoke] version = "0.7.1" optional = true [features] default = ["std"] std = ["backdrop/std"]