[dependencies.futures-core]
default-features = false
optional = true
version = "0.3.31"
[features]
stream = ["dep:futures-core"]
[lib]
name = "always_send"
path = "src/lib.rs"
[package]
authors = ["Frank Steffahn <fdsteffahn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = """
Wrapper to check `Send` only on construction, so `rustc` isn’t confused later
"""
documentation = "https://docs.rs/always_send"
edition = "2021"
homepage = "https://github.com/steffahn/always_send"
keywords = []
license = "MIT OR Apache-2.0"
name = "always_send"
readme = "README.md"
repository = "https://github.com/steffahn/always_send"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]