csdif-core 0.1.3

Core library for modeling, validating, and transforming CSDIF data
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 = "csdif-core"
version = "0.1.3"
authors = ["Egon Kastelijn <egon@meten-natuurlijk.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for modeling, validating, and transforming CSDIF data"
readme = "README.adoc"
license = "MIT"
repository = "https://codeberg.org/meten-natuurlijk/csdif-core"

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

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

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

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

[dependencies.env_logger]
version = "^0.11"

[dependencies.log]
version = "^0.4"

[dependencies.sensorml]
version = "^0.1"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dev-dependencies.pretty_assertions]
version = "^1.4"