# 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 = "2021" name = "own" version = "0.1.3" authors = ["Azriel Hoh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wraps an owned or borrowed value." homepage = "https://github.com/azriel91/own" documentation = "https://docs.rs/own/" readme = "README.md" keywords = [ "own", "ref", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/own" [lib] name = "own" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.93" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"]