# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "alloc_counter" version = "0.0.4" authors = ["The SiO4 Project Developers "] description = "Count allocations, reallocations, deallocations. Allow, deny, or forbid allocations on an expression or function basis." documentation = "https://docs.rs/alloc_counter" keywords = ["debugging", "profiling", "analysis", "allocation", "counter"] categories = ["development-tools::debugging", "development-tools::profiling", "development-tools::testing", "memory-management", "no-std"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/sio4/code/alloc-counter" [package.metadata.docs.rs] all-features = true [[example]] name = "count_alloc_macro" required-features = ["std", "macros"] [dependencies.alloc_counter_macro] version = "0.0.2" optional = true [dependencies.pin-utils] version = "0.1.0-alpha.4" [dev-dependencies.futures-executor] version = "0.3.0" [features] default = ["std", "macros"] macros = ["alloc_counter_macro"] rustdoc = [] std = []