darn-dmap 0.7.0

SuperDARN DMAP file format I/O
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.63.0"
name = "darn-dmap"
version = "0.7.0"
authors = ["Remington Rohel"]
build = false
include = ["src/**/*.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SuperDARN DMAP file format I/O"
readme = "README.md"
keywords = ["SuperDARN"]
categories = [
    "parser-implementations",
    "science",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/SuperDARNCanada/dmap"

[lib]
name = "dmap"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.bzip2]
version = "0.4.4"

[dependencies.indexmap]
version = "2.3.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.numpy]
version = "0.26.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.pyo3]
version = "0.26.0"
features = [
    "extension-module",
    "indexmap",
    "abi3-py38",
]

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.zerocopy]
version = "0.7.35"
features = ["byteorder"]

[dev-dependencies.criterion]
version = "0.4"
features = ["html_reports"]