# 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" rust-version = "1.72" name = "lifetime-extender" version = "0.1.1" authors = ["Neutron3529 "] description = "This crate is published for a severe bug that allow user write safe code to extend the lifetime of any object, which is unacceptable since such behavior may easily leads to UAF, double free and many UB. This crate should NOT used in the real life, since it relies on a BUG, not a feature." license-file = "LICENSE" [features] i-can-do-whatever-the-fxxk-i-want = [ "test-borrow", "test-borrow-mut", "test-fake-static-borrow", "test-fake-static-borrow-mut", ] test-borrow = [] test-borrow-mut = [] test-fake-static-borrow = [] test-fake-static-borrow-mut = []