# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lifetime-thread" version = "0.3.0" authors = ["liangyongrui "] description = "A thread with a lifetime. Divide a value into master and slave. After the lifetime of the master value ends, the slave value will not be accessible." readme = "readme.md" keywords = ["lifetime", "thread", "lock-free"] categories = ["lifetime", "thread", "lock-free"] license = "MIT OR Apache-2.0" repository = "https://github.com/liangyongrui/lifetime-thread" [dependencies.crossbeam-epoch] version = "0.9" [dependencies.tokio] version = "1" features = ["full"]