placid 0.2.2

Separated ownership and in-place construction in Rust
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"
name = "placid"
version = "0.2.2"
authors = ["Js2xxx <development2014@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Separated ownership and in-place construction in Rust"
documentation = "https://docs.rs/placid"
readme = "README.md"
keywords = [
    "ownership",
    "pin",
    "macros",
    "place",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/js2xxx/placid"

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

[features]
alloc = []
default = ["fn-impl"]
fn-impl = ["alloc"]

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

[[example]]
name = "pthread_mutex"
path = "examples/pthread_mutex.rs"

[[test]]
name = "macro"
path = "tests/macro.rs"

[dependencies.placid-macro]
version = "=0.2.2"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.pin-project]
version = "1.1"