netcdf-derive 0.1.0

Derive macro for custom types in netCDF
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"
name = "netcdf-derive"
version = "0.1.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for custom types in netCDF"
readme = false
license = "MIT OR Apache-2.0"

[lib]
name = "netcdf_derive"
path = "src/lib.rs"
proc-macro = true

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

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

[dependencies.proc-macro-error]
version = "1.0.4"

[dependencies.proc-macro2]
version = "1.0.78"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
version = "2.0.48"

[dev-dependencies.trybuild]
version = "1.0.89"