netcdf-writer 0.9.0

Pure-Rust NetCDF encoder for classic and NetCDF-4 data models
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.81"
name = "netcdf-writer"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust NetCDF encoder for classic and NetCDF-4 data models"
homepage = "https://github.com/roteiro-gis/netcdf-rust"
documentation = "https://docs.rs/netcdf-writer"
readme = "README.md"
keywords = [
    "netcdf",
    "encoder",
    "scientific-data",
]
categories = [
    "science",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/roteiro-gis/netcdf-rust"

[features]
default = ["netcdf4"]
netcdf4 = ["dep:hdf5-writer"]

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

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

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

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

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

[dependencies.hdf5-writer]
version = "0.9.0"
optional = true

[dependencies.netcdf-core]
version = "0.9.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.netcdf-reader]
version = "0.9.0"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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

[lints.clippy]
undocumented_unsafe_blocks = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"

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