# 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" name = "pretty_trace" version = "0.5.23" authors = ["David Jaffe "] include = ["src/lib.rs", "LICENSE", "README.md"] description = "Tools for generating pretty tracebacks and for profiling." homepage = "https://github.com/10XGenomics/rust-toolbox/tree/master/pretty_trace" keywords = ["stack", "trace", "traceback", "profiling"] license = "MIT" repository = "https://github.com/10XGenomics/rust-toolbox" resolver = "2" [dependencies.backtrace] version = "0.3.40" [dependencies.io_utils] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.nix] version = ">=0.19.1, <0.24" [dependencies.pprof] version = "0.6" features = ["protobuf"] [dependencies.stats_utils] version = "0.1" [dependencies.string_utils] version = "0.1" [dependencies.tables] version = "0.1" [dependencies.vector_utils] version = "0.1" [dev-dependencies.rayon] version = "1"