anza-xtask 0.2.0

Blockchain, Rebuilt for Scale
Documentation
# 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 = "anza-xtask"
version = "0.2.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blockchain, Rebuilt for Scale"
homepage = "https://anza.xyz/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/xtask"

[features]
agave-unstable-api = []
dummy-for-ci-check = []
frozen-abi = []

[lib]
name = "anza_xtask"
path = "src/lib.rs"

[[bin]]
name = "cargo-anza-xtask"
path = "src/bin/cargo-anza-xtask.rs"

[[test]]
name = "bump_version_integration"
path = "tests/bump_version_integration.rs"

[[test]]
name = "dev_deps_integration"
path = "tests/dev_deps_integration.rs"

[[test]]
name = "hello_integration"
path = "tests/hello_integration.rs"

[[test]]
name = "publish"
path = "tests/publish.rs"

[[test]]
name = "update_crate"
path = "tests/update_crate.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.ignore]
version = "0.4.25"

[dependencies.log]
version = "0.4.28"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml_edit]
version = "0.24.0"
features = ["serde"]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.scopeguard]
version = "1.2.0"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tempfile]
version = "3.23.0"