# 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 = "visiting_ref" version = "0.2.0" authors = ["Theodore Cipicchio "] description = "Container types that asynchronously return ownership of a value to another context upon exiting scope" homepage = "https://github.com/okready/visiting_ref" documentation = "https://docs.rs/visiting_ref" readme = "README.md" keywords = ["async", "borrow", "lifetime", "owned"] categories = ["asynchronous", "data-structures", "memory-management", "no-std", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/okready/visiting_ref" [dependencies.futures-channel] version = "0.3" features = ["alloc"] default-features = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.futures-util] version = "0.3" default-features = false [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["macros", "rt-threaded"] [badges.travis-ci] repository = "okready/visiting_ref"