# 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 = "hv-elastic" version = "0.4.1" authors = ["Shea 'Decibel' Leffler "] description = "Safe and almost-safe abstractions for lengthening lifetimes and `'static` \"loaning\" of non-`'static` types" documentation = "https://docs.rs/hv-elastic" readme = "README.md" keywords = ["lifetime", "reference", "sync", "arc", "no-std"] categories = ["no-std", "concurrency", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/sdleffler/hv-dev" resolver = "2" [dependencies.hv-cell] version = "0.1.0" [dependencies.hv-ecs] version = "0.6.5" optional = true package = "hecs" [dependencies.hv-guarded-borrow] version = "0.1.1" [dependencies.hv-stampede] version = "0.2.1" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.30" optional = true [features] default = ["std"] std = ["thiserror"]