# 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 = "dyn_size_of" version = "0.4.3" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The library to report approximate amount of memory consumed by variables, including the memory allocated on heap." documentation = "https://docs.rs/dyn_size_of" readme = "README.md" keywords = [ "memory", "complexity", "heap", ] categories = [ "data-structures", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/beling/bsuccinct-rs" [dependencies.aligned-vec] version = ">=0.5" optional = true