rust_decimal_cql 2.0.1

A library that wraps rust_decimal and implements (de)serialization support for ScyllaDB's native DECIMAL type.
Documentation
[dependencies.rust_decimal]
version = "^1.37.1"

[dependencies.scylla]
version = "^1.0.0"

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

[dev-dependencies.tokio]
version = "1.44.1"

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

[package]
authors = ["Erik-Jan van de Wal <erikfourofour@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "data-structures", "database"]
description = "A library that wraps rust_decimal and implements (de)serialization support for ScyllaDB's native DECIMAL type."
documentation = "https://docs.rs/rust_decimal_cql"
edition = "2021"
homepage = "https://github.com/erik404/"
keywords = ["decimal", "financial", "scylla", "precision", "serialization"]
license = "MIT"
name = "rust_decimal_cql"
readme = "README.md"
repository = "https://github.com/erik404/rust_decimal_cql"
version = "2.0.1"

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