# 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-pinned-vec" version = "3.10.0" authors = ["orxfun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`PinnedVec` trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed." readme = "README.md" keywords = [ "vec", "array", "vector", "pinned", "memory", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-pinned-vec/" [lib] name = "orx_pinned_vec" path = "src/lib.rs" [dependencies.orx-pseudo-default] version = "1.4" default-features = false