# 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] name = "parity-send-wrapper" version = "0.1.0" authors = ["Thomas Keh", "Parity Technologies "] description = "This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types\nbetween threads, as long as you access the contained value only from within the original thread. You also have to\nmake sure that the wrapper is dropped from within the original thread. If any of these constraints is violated,\na panic occurs.\n\nForked from https://github.com/thk1/send_wrapper because it was unmaintained" documentation = "https://docs.rs/parity-send-wrapper" readme = "README.md" keywords = ["send", "wrapper", "thread_local"] categories = ["rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/paritytech/send_wrapper"