basisu 0.1.0

A bit-exact pure-Rust Basis Universal texture transcoder (.ktx2 and .basis).
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.73"
name = "basisu"
version = "0.1.0"
build = false
exclude = [
    "tests/",
    "benches/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bit-exact pure-Rust Basis Universal texture transcoder (.ktx2 and .basis)."
homepage = "https://github.com/marcogomez/basisu"
readme = "README.md"
keywords = [
    "basis",
    "ktx2",
    "texture",
    "transcode",
    "gpu",
]
categories = [
    "multimedia::images",
    "rendering::data-formats",
]
license = "Apache-2.0"
repository = "https://github.com/marcogomez/basisu"

[features]
default = [
    "std",
    "zstd",
]
libm = ["dep:libm"]
std = []
zstd = [
    "dep:ruzstd",
    "std",
]

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

[dependencies.libm]
version = "0.2"
optional = true

[dependencies.ruzstd]
version = "0.7"
optional = true
default-features = false

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

[dev-dependencies.sha2]
version = "0.10"

[target.'cfg(not(target_has_atomic = "ptr"))'.dependencies.portable-atomic]
version = "1"
default-features = false

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "=0.3.68"