# 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 = "prof" version = "0.1.9" description = "Tools to make profiling Rust programs easier" homepage = "https://github.com/jackos/prof" readme = "README.md" keywords = [ "profile", "subcommmand", "profiling", ] license = "MIT" repository = "https://github.com/jackos/prof" resolver = "2" [dependencies.cargo_metadata] version = "0.15.0" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.serde_yaml] version = "0.9.9" [dependencies.tracing] version = "0.1.36" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]