# 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 = "near-rust-allocator-proxy" version = "0.4.0" authors = ["Near Inc ", "Piotr Mikulski "] description = "Rust allocator proxy with added header" readme = "README.md" keywords = ["allocation", "header", "memory", "tracker"] categories = ["memory-management"] license = "Apache-2.0" repository = "https://github.com/near/near-memory-tracker" [[bench]] name = "allocations" harness = false [dependencies.backtrace] version = "0.3" [dependencies.nix] version = ">=0.15,<=0.23" [dependencies.tracing] version = "0.1.13" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tikv-jemallocator] version = "0.4.1" [dev-dependencies.tracing-subscriber] version = "0.3.3"