# 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 = "2018" rust-version = "1.56" name = "checkers" version = "0.6.3" authors = ["John-John Tedro "] description = "A sanity checker for global allocations." homepage = "https://github.com/udoprog/checkers" documentation = "https://docs.rs/checkers" readme = "README.md" keywords = [ "allocator", "heap", "memory", ] categories = [ "development-tools", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/checkers" [dependencies.backtrace] version = "0.3.61" optional = true [dependencies.checkers-macros] version = "0.6.2" optional = true [dependencies.fxhash] version = "0.2.1" optional = true [dev-dependencies.lazy_static] version = "1.4.0" [features] default = [ "realloc", "zeroed", "macros", ] macros = ["checkers-macros"] realloc = ["fxhash"] zeroed = []