bxvl 0.1.1

A datatype library that allows for measurement unit association, conversion, and operations for values.
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 = "bxvl"
version = "0.1.1"
authors = ["Bax <madbax@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A datatype library that allows for measurement unit association, conversion, and operations for values.\r
"""
readme = "README.md"
license = "LGPL-3.0"
repository = "https://github.com/mad_bax/bxvl"

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

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

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

[[bench]]
name = "bxvl_bench"
path = "benches/bxvl_bench.rs"
harness = false

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

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.toml]
version = "0.9.11"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true