# 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 = "cpp_oop" version = "0.1.9" authors = [ "Andrew Buck", "minus1ms", ] publish = true description = "cpp inheritance with vtables \"cpp ABI\"" readme = "README.md" keywords = [ "vtable", "cpp", "c++", "oop", "class", ] license = "MIT" repository = "https://codeberg.org/minus1ms/rust_cpp_oop" [dependencies.cpp_oop_macros] version = "0.1.9"