# 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 = "maybe-owned-trait" version = "0.2.1" authors = ["Dmitrii Demenev "] description = "Either an owned or borrowed value, with type known at compile time." documentation = "https://docs.rs/maybe-owned-trait" readme = "README.md" keywords = [ "cow", "owned", "borrowed", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/maybe-owned-trait" [dependencies.beef] version = "0" optional = true [dev-dependencies.rand] version = "0.8.5" [features] beef = ["dep:beef"]