numcodecs-bit-round 0.5.0

Bit rounding codec implementation for the numcodecs API
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.87"
name = "numcodecs-bit-round"
version = "0.5.0"
authors = ["Juniper Tyree <juniper.tyree@helsinki.fi>"]
build = false
include = [
    "/src",
    "/LICENSE",
    "/docs/katex.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bit rounding codec implementation for the numcodecs API"
readme = "README.md"
keywords = [
    "bit-rounding",
    "numcodecs",
    "compression",
    "encoding",
]
categories = [
    "compression",
    "encoding",
]
license = "MPL-2.0"
repository = "https://github.com/juntyr/numcodecs-rs"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "./docs/katex.html",
]

[package.metadata.numcodecs-wasm]
version = "0.2.2"

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

[dependencies.ndarray]
version = "0.16.1"
default-features = false

[dependencies.numcodecs]
version = "0.3.1"
default-features = false

[dependencies.schemars]
version = "1.0.3"
features = [
    "derive",
    "preserve_order",
]
default-features = false

[dependencies.serde]
version = "1.0.218"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.thiserror]
version = "2.0.17"
default-features = false

[lints.clippy]
cargo_common_metadata = "warn"
expect_used = "warn"
indexing_slicing = "warn"
module_name_repetitions = "allow"
multiple_crate_versions = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unreachable = "warn"
unwrap_used = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

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

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

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unstable_features = "forbid"
unused_crate_dependencies = "warn"