# 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 = "ref-portals" version = "1.0.0-beta.2" authors = ["Tamme Schichler "] include = ["/LICENSE*", "/README.md", "/src/**.rs", "/tests/**.rs"] description = "Safely use (stack) references outside their original scope" documentation = "https://docs.rs/ref-portals/1.0.0-beta.2/" readme = "README.md" keywords = ["extend", "lifetime", "portal", "reference", "safe"] categories = ["concurrency", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/ref-portals" [dependencies.log] version = "0.4.8" [dependencies.wyz] version = "0.2.0" [dev-dependencies.assert-impl] version = "0.1.3" [dev-dependencies.assert-panic] version = "=1.0.0-preview.1" [dev-dependencies.version-sync] version = "0.9.0"