# 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-hoist" version = "0.1.11" authors = ["refcell"] exclude = ["tests"] default-run = "cargo-hoist" description = "Dead simple, memoized cargo subcommand to hoist cargo-built binaries into scope." homepage = "https://github.com/refcell/cargo-hoist" readme = "README.md" license = "MIT" repository = "https://github.com/refcell/cargo-hoist" [profile.release] lto = "thin" [[bin]] name = "cargo-hoist" path = "src/main.rs" [[bin]] name = "cargo-h" path = "src/../src/main.rs" test = false bench = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.inquire] version = "0.6" [dependencies.is-terminal] version = "0.4.9" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.termcolor] version = "1.3.0" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serial_test] version = "2.0" [dev-dependencies.tempfile] version = "3.8"