# 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 = "rust-memory-analyzer" version = "0.1.0" authors = ["Near Inc ", "Piotr Mikulski "] description = "Rust memory analyzer" readme = "README.md" keywords = ["allocation", "header", "memory", "tracker"] categories = ["memory-management"] license = "Apache-2.0" repository = "https://github.com/near/near-memory-tracker" [dependencies.anyhow] version = "1.0.51" [dependencies.clap] version = "=3.0.0-rc.7" [dependencies.clap_derive] version = "=3.0.0-rc.7" [dependencies.itertools] version = "0.10.3" features = ["use_alloc", "use_std"] [dependencies.near-rust-allocator-proxy] version = "0.4.0" [dependencies.nix] version = "0.23.1" [dependencies.rustc-demangle] version = "=0.1.21" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.3"