# 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 = "orx-self-or" version = "1.0.0" authors = ["orxfun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Defines SoR (self-or-ref) and SoM (self-or-mut) traits that are useful in reducing code duplication and pushing forward the ownership transfer decision from the type designer to the consumer." readme = "README.md" keywords = [ "self", "mut", "owned", "polymorphic", "pointer", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-self-or/" [lib] name = "orx_self_or" path = "src/lib.rs" [[example]] name = "field_som" path = "examples/field_som.rs" [[example]] name = "field_sor" path = "examples/field_sor.rs" [dependencies]