ellip-dev-utils 1.0.4

Development utilities for Ellip.
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 = "ellip-dev-utils"
version = "1.0.4"
authors = ["Sira Pornsiriprasert <code@psira.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development utilities for Ellip."
homepage = "https://github.com/p-sira/ellip"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/p-sira/ellip"
resolver = "2"

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

[dependencies.csv]
version = "1.3.1"

[dependencies.glob]
version = "0.3.2"

[dependencies.num-traits]
version = "0.2.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.37.0"

[dependencies.tabled]
version = "0.20.0"

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