# 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 = "cargo-samply" version = "0.2.1" authors = ["Philipp Polterauer "] description = "A cargo subcommand to automate the process of running samply for project binaries" homepage = "https://github.com/PhilippPolterauer/cargo-samply.git" documentation = "https://github.com/PhilippPolterauer/cargo-samply.git" readme = "README.md" license = "MIT" repository = "https://github.com/PhilippPolterauer/cargo-samply.git" [profile.samply] debug = 2 inherits = "release" [dependencies.cargo_toml] version = "0.18.0" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.log] version = "0.4" features = ["std"] [dependencies.ocli] version = "0.1.0" [dependencies.thiserror] version = "1.0.56" [dependencies.toml] version = "0.8.8" [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.trycmd] version = "0.14.20" [dev-dependencies.which] version = "6.0.0" features = ["regex"]