unity-solution-generator 0.1.1

Regenerates Unity .csproj/.sln files from asmdef/asmref layout without launching the Unity editor.
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.80"
name = "unity-solution-generator"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Regenerates Unity .csproj/.sln files from asmdef/asmref layout without launching the Unity editor."
readme = "README.md"
keywords = [
    "unity",
    "csproj",
    "sln",
    "asmdef",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/studio-boxcat/unity-solution-generator"

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

[[bin]]
name = "unity-solution-generator"
path = "src/main.rs"

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

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

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

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

[[bench]]
name = "common"
path = "benches/common.rs"

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

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

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

[dependencies.flate2]
version = "1"

[dependencies.ignore]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.rayon]
version = "1.10"

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

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