rust_dynamic 0.49.0

Support for dynamically-typed values in run-time
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"
name = "rust_dynamic"
version = "0.49.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for dynamically-typed values in run-time"
readme = "README.md"
keywords = [
    "value",
    "dynamic",
    "data",
    "value-object",
]
categories = ["data-structures"]
license-file = "LICENSE"
repository = "https://github.com/vulogov/rust_dynamic"

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

[[test]]
name = "applicative-test"
path = "tests/applicative-test.rs"

[[test]]
name = "attr-test"
path = "tests/attr-test.rs"

[[test]]
name = "bincode-test"
path = "tests/bincode-test.rs"

[[test]]
name = "carcdr-test"
path = "tests/carcdr-test.rs"

[[test]]
name = "cast-test"
path = "tests/cast-test.rs"

[[test]]
name = "cmp-test"
path = "tests/cmp-test.rs"

[[test]]
name = "complex-test"
path = "tests/complex-test.rs"

[[test]]
name = "conv-inner-test"
path = "tests/conv-inner-test.rs"

[[test]]
name = "conv-test"
path = "tests/conv-test.rs"

[[test]]
name = "ctx-test"
path = "tests/ctx-test.rs"

[[test]]
name = "dict-test"
path = "tests/dict-test.rs"

[[test]]
name = "display-test"
path = "tests/display-test.rs"

[[test]]
name = "dummy-test"
path = "tests/dummy-test.rs"

[[test]]
name = "export-test"
path = "tests/export-test.rs"

[[test]]
name = "general-test"
path = "tests/general-test.rs"

[[test]]
name = "iter-test"
path = "tests/iter-test.rs"

[[test]]
name = "json-test"
path = "tests/json-test.rs"

[[test]]
name = "len-test"
path = "tests/len-test.rs"

[[test]]
name = "map-test"
path = "tests/map-test.rs"

[[test]]
name = "math-test"
path = "tests/math-test.rs"

[[test]]
name = "metrics-test"
path = "tests/metrics-test.rs"

[[test]]
name = "pull-test"
path = "tests/pull-test.rs"

[[test]]
name = "push-test"
path = "tests/push-test.rs"

[[test]]
name = "reduce-test"
path = "tests/reduce-test.rs"

[[test]]
name = "tags-test"
path = "tests/tags-test.rs"

[[test]]
name = "tensor-test"
path = "tests/tensor-test.rs"

[[test]]
name = "types-test"
path = "tests/types-test.rs"

[dependencies.bincode2]
version = "2.0.*"

[dependencies.chrono]
version = "0.4.*"

[dependencies.dtoa]
version = "1.0.*"

[dependencies.easy-error]
version = "1.0.0"

[dependencies.itoa]
version = "1.0.*"

[dependencies.json_value_merge]
version = "2.0.0"

[dependencies.nanoid]
version = "0.4.*"

[dependencies.neurons]
version = "2.6.2"

[dependencies.num]
version = "0.4.*"

[dependencies.rustils]
version = "0.1.*"

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

[dependencies.serde_json]
version = "1.0.*"
default-features = true

[dependencies.unix-ts]
version = ">=1.*.*"