# 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" rust-version = "1.77" name = "vptr" version = "0.2.2" authors = ["Olivier Goffart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Thin references to trait objects by embedding the virtual table pointer in the struct" documentation = "https://docs.rs/vptr" readme = "README.md" keywords = [ "vtable", "thin", "light", "trait", "virtual", ] categories = ["memory-management"] license = "MIT" repository = "https://github.com/ogoffart/vptr" [lib] name = "vptr" path = "src/lib.rs" [dependencies.vptr-macros] version = "=0.2.2" [features] default = ["std"] std = []