compass_data 0.0.7

A library for working with Compass cave survey 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 = "compass_data"
version = "0.0.7"
authors = ["Zach Heylmun <zheylmun@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for working with Compass cave survey data"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zheylmun/compass_data"

[features]
cli = [
    "dep:clap",
    "miette/fancy",
]
default = []
serde = ["dep:serde"]

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

[[bin]]
name = "compass"
path = "src/bin/compass.rs"
required-features = ["cli"]

[[example]]
name = "project_to_json"
path = "examples/project_to_json.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.miette]
version = "7"

[dependencies.nom]
version = "8"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.utm]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

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

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

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