# 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 = "malloc_freq" version = "0.1.2" authors = ["Leonid Ryzhyk "] description = "Malloc frequency profiler" license = "MIT" repository = "https://github.com/ryzhyk/malloc_freq/" [[bin]] name = "mf_print" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.args] version = "2.2" [dependencies.backtrace] version = "0.3" features = ["serialize-serde"] [dependencies.byteorder] version = "1.4" [dependencies.getopts] version = "0.2" [dependencies.glob] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.num-format] version = "0.4" [dependencies.once_cell] version = "1.8" [dependencies.radix_trie] version = "0.2.1" features = ["serde"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_yaml] version = "0.8"