crawk 0.1.0

Dependency crawler for Rust. It crawls so you don't have to untangle
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 = "2024"
name = "crawk"
version = "0.1.0"
authors = ["Bartosz Cieśla <bartosz.ciesla@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency crawler for Rust. It crawls so you don't have to untangle"
homepage = "https://github.com/BartoszCiesla/crawk"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/BartoszCiesla/crawk"

[features]
default = ["static-build-config"]
static-build-config = []
vergen = ["dep:vergen-git2"]

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

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.const_format]
version = "0.2"

[dependencies.owo-colors]
version = "4.2.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "visit",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dev-dependencies.insta]
version = "1.46.3"
features = ["filters"]

[dev-dependencies.insta-cmd]
version = "0.6.0"

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

[dev-dependencies.test-case]
version = "3.3.1"

[build-dependencies.anyhow]
version = "1.0.100"

[build-dependencies.vergen-git2]
version = "9.1.0"
features = [
    "build",
    "cargo",
    "rustc",
    "si",
]
optional = true

[lints.clippy]
doc_markdown = "allow"
enum_glob_use = "deny"
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

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

[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"