svccat 1.5.0

Detect drift between your declared service catalog and what actually lives in the repo.
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"
rust-version = "1.85"
name = "svccat"
version = "1.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect drift between your declared service catalog and what actually lives in the repo."
homepage = "https://github.com/rodmen07/svccat"
documentation = "https://docs.rs/svccat"
readme = "README.md"
keywords = [
    "microservices",
    "devops",
    "cli",
    "platform-engineering",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rodmen07/svccat"

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

[[bin]]
name = "svccat"
path = "src/main.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[[bench]]
name = "large_manifest_benchmark"
path = "benches/large_manifest_benchmark.rs"
harness = false

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.glob]
version = "0.3"

[dependencies.notify]
version = "6"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.10"
package = "serde_yaml_ng"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"

[dependencies.url]
version = "2"

[dev-dependencies.clap_complete]
version = "4"

[dev-dependencies.criterion]
version = "0.5"

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