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