cljrs-value 0.1.52

Runtime Value type and persistent collections for clojurust
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 = "cljrs-value"
version = "0.1.52"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime Value type and persistent collections for clojurust"
readme = "README.md"
license = "EPL-1.0"
repository = "https://github.com/csm/clojurust"
resolver = "2"

[features]
no-gc = ["cljrs-gc/no-gc"]

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

[dependencies.bigdecimal]
version = "0.4"

[dependencies.cljrs-gc]
version = "0.1.52"

[dependencies.cljrs-reader]
version = "0.1.52"

[dependencies.cljrs-types]
version = "0.1.52"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-rational]
version = "0.4"

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

[dependencies.regex]
version = "1.12.3"

[dependencies.rpds]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1.22.0"