[lib]
crate-type = ["cdylib", "rlib"]
name = "own"
path = "src/lib.rs"
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
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.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.92"