# 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 = "get-size" version = "0.1.4" authors = ["Denis Kerp"] description = "Determine the size in bytes an object occupies inside RAM." readme = "README.md" keywords = [ "size", "heap", "ram", "cache", "memory", ] categories = [ "memory-management", "caching", ] license = "MIT" repository = "https://github.com/DKerp/get-size" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.get-size-derive] version = "^0.1.3" optional = true [features] default = [] derive = ["get-size-derive"]