make-send-sync 0.1.0

Unsafely make any type Send and Sync
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "make-send-sync"
version = "0.1.0"
authors = ["Aimar Seminario Unzu <aimar.seminario@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafely make any type Send and Sync"
readme = "README.md"
keywords = [
    "send",
    "sync",
    "threads",
    "unsafe",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "Unlicense"
repository = "https://codeberg.org/Aseminaunz/make-send-sync"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "make_send_sync"
path = "src/lib.rs"

[dependencies.raw-transmute]
version = "1.0.0"
default-features = false