mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.2.7...clap_complete-v4.3.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
626 B
TOML
21 lines
626 B
TOML
[package]
|
|
name = "leon"
|
|
description = "Dead-simple string templating"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/leon"
|
|
version = "2.0.0"
|
|
rust-version = "1.61.0"
|
|
authors = ["Félix Saparelli <felix@passcod.name>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
exclude = ["fuzz", "benches"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.3.0", features = ["derive"], optional = true }
|
|
miette = { version = "5.9.0", default-features = false, optional = true }
|
|
thiserror = "1.0.38"
|
|
|
|
[features]
|
|
default = ["miette"]
|
|
cli = ["dep:clap", "miette?/fancy-no-backtrace"]
|
|
miette = ["dep:miette"]
|