# 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 = "cargo-profile" version = "0.2.1" authors = ["강동윤 "] description = "Cargo subcommand to profile performance" license = "Apache-2.0" repository = "https://github.com/kdy1/cargo-profile.git" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.12.1" [dependencies.chrono] version = "0.4.19" [dependencies.inferno] version = "0.10.2" [dependencies.is_executable] version = "0.1.2" [dependencies.log] version = "0.4" [dependencies.semver] version = "1.0.4" [dependencies.structopt] version = "0.3" [dependencies.tempdir] version = "0.3.7" [target."cfg(unix)".dependencies.signal-hook] version = "0.1.15"