changepacks-csharp 0.3.3

C# (.NET) project support for changepacks (NuGet)
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"
rust-version = "1.97"
name = "changepacks-csharp"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C# (.NET) project support for changepacks (NuGet)"
homepage = "https://github.com/changepacks/changepacks"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/changepacks/changepacks"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.changepacks-core]
version = "^0.3.0"

[dependencies.changepacks-utils]
version = "^0.3.0"

[dependencies.quick-xml]
version = "0.41"

[dependencies.tempfile]
version = "3.27"

[dependencies.tokio]
version = "1.53"
features = ["fs"]

[dev-dependencies.changepacks-core]
version = "^0.3.0"
features = ["test-support"]

[dev-dependencies.changepacks-utils]
version = "^0.3.0"
features = ["test-support"]

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tokio]
version = "1.53"
features = [
    "test-util",
    "macros",
]

[lints.clippy]
borrow_as_ptr = "warn"
doc_markdown = "warn"
format_collect = "warn"
if_not_else = "warn"
items_after_statements = "warn"
manual_assert = "warn"
manual_assert_eq = "warn"
manual_let_else = "warn"
manual_string_new = "warn"
match_wildcard_for_single_variants = "warn"
missing_errors_doc = "warn"
must_use_candidate = "warn"
needless_continue = "warn"
needless_raw_string_hashes = "warn"
redundant_closure_for_method_calls = "warn"
return_self_not_must_use = "warn"
single_char_pattern = "warn"
single_match_else = "warn"
uninlined_format_args = "warn"
unnecessary_wraps = "warn"
unnested_or_patterns = "warn"

[lints.rust]
unsafe_code = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]