# 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 = "2018" name = "cryo" version = "0.3.1" authors = ["yvt "] exclude = ["/doc/*.pml", "/README.tpl"] description = "Extend the lifetime of a reference. Safely.\n" readme = "README.md" keywords = ["lifetime", "ownership", "reference"] categories = ["rust-patterns", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/cryo" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.lock_api] version = "0.4.2" optional = true [dependencies.pin-utils] version = "0.1.0" [dependencies.stable_deref_trait] version = "1.1.1" default-features = false [dev-dependencies.futures] version = "0.3.16" [features] atomic = [] default = ["atomic", "std"] std = [] [badges.maintenance] status = "passively-maintained"