[lib]
crate-type = ["cdylib", "rlib"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = []
description = "Wraps an owned or borrowed value."
documentation = "https://docs.rs/own/"
edition = "2021"
homepage = "https://github.com/azriel91/own"
keywords = ["own", "ref"]
license = "MIT OR Apache-2.0"
name = "own"
readme = "README.md"
repository = "https://github.com/azriel91/own"
version = "0.1.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.92"