layer-conform 0.1.2

Detect style deviations within an architectural layer of TS/JS/Rust projects.
# 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 = "layer-conform"
version = "0.1.2"
authors = ["KoheiKido <kido@9wick.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect style deviations within an architectural layer of TS/JS/Rust projects."
homepage = "https://github.com/9wick/layer-conform"
readme = "README.md"
keywords = [
    "lint",
    "architecture",
    "ddd",
    "cli",
    "similarity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/9wick/layer-conform"

[badges.maintenance]
status = "experimental"

[[bin]]
name = "layer-conform"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "=1.0.94"

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

[dependencies.compact_str]
version = "=0.8.1"
features = ["serde"]

[dependencies.layer-conform-core]
version = "0.1.2"

[dependencies.layer-conform-io]
version = "0.1.2"

[dependencies.layer-conform-rs]
version = "0.1.2"

[dependencies.layer-conform-ts]
version = "0.1.2"

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

[dependencies.serde_json]
version = "=1.0.133"

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

[dev-dependencies.predicates]
version = "=3.1.3"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"