nvtiff-sys 0.2.1

Rust bindings to nvTIFF via bindgen
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 = "nvtiff-sys"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to nvTIFF via bindgen"
readme = "README.md"
license = "MPL-2.0"
repository = "https://git.sr.ht/~weiji14/nvtiff-sys"

[package.metadata.git-cliff.changelog]
header = """
# Changelog

All notable changes to this project will be documented in this file.

"""
body = """
{% if version %}## {{ version | trim_start_matches(pat="v") }} - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}## Unreleased
{% endif %}{% for group, commits in commits | group_by(attribute="group") %}
    ### {{ group | striptags | trim | upper_first }}
    {% for commit in commits
    | filter(attribute="scope")
    | sort(attribute="scope") %}
        - *({{commit.scope}})* {{ commit.message | split(pat="
") | first | upper_first }}
        {%- if commit.breaking %}
        {% raw %}  {% endraw %}- **BREAKING**: {{commit.breaking_description}}
        {%- endif -%}
    {%- endfor -%}
    {% raw %}
{% endraw %}{%- for commit in commits %}
        {%- if commit.scope -%}
        {% else -%}
            - {{ commit.message | split(pat="
") | first | upper_first }}
            {% if commit.breaking -%}
            {% raw %}  {% endraw %}- **BREAKING**: {{commit.breaking_description}}
            {% endif -%}
        {% endif -%}
    {% endfor -%}
    {% raw %}{% endraw %}{% endfor %}

"""
footer = """
<!-- generated by git-cliff -->
"""
trim = true
postprocessors = []
output = "CHANGELOG.md"

[package.metadata.git-cliff.git]
conventional_commits = false
filter_unconventional = false
split_commits = false
commit_preprocessors = []
filter_commits = false
topo_order = false
sort_commits = "newest"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(💥|:boom:)"
group = "<!-- 0 --> 🚨 Breaking Changes 🚨"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(✨|:sparkles:)"
group = "✨ Feature"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(🐛|:bug:)"
group = "🐛 Bugfix"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(♿️|:wheelchair:)"
group = "♿️ Accessibility"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(📝|:pencil:)"
group = "📝 Documentation"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(♻️|:recycle:|🥅|:goal_net:)"
group = "♻️ Refactor"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(⬆️|➕|➖|⬇️|:arrow_up:|:heavy_plus_sign:|:heavy_minus_sign:|:arrow_down:)"
group = "📦 Dependency"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(🗑️|:wastebasket:)"
group = "🗑️ Deprecation"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(⚰️|:coffin:)"
group = "⚰️ Remove"

[[package.metadata.git-cliff.git.commit_parsers]]
message = "^(🚨|:rotating_light:|🦺|:safety_vest:)"
group = "🧰 Maintenance"

[[package.metadata.git-cliff.git.commit_parsers]]
message = '\(macos\):'
group = "🍎 MacOS"

[[package.metadata.git-cliff.git.commit_parsers]]
message = '\(windows\):'
group = "🪟 Windows"

[[package.metadata.git-cliff.git.commit_parsers]]
message = '\(linux\):'
group = "🐧 Linux"

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

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.cudarc]
version = "0.18.2"
features = [
    "cuda-version-from-build-system",
    "fallback-latest",
]

[dev-dependencies.minreq]
version = "2.13.4"
features = ["https"]

[build-dependencies.bindgen]
version = "0.71.1"

[lints.clippy]
pedantic = "warn"