comtrade-dat 0.1.0

COMTRADE DAT 采样数据文件解析与写出(列式存储)
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.75"
name = "comtrade-dat"
version = "0.1.0"
authors = ["sanguine (张松贵) <82018238@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "COMTRADE DAT 采样数据文件解析与写出(列式存储)"
readme = false
license = "MIT"

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

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

[dependencies.comtrade-cbase]
version = "0.1.0"

[dependencies.comtrade-cfg]
version = "0.1.0"