known-values 0.15.2

Blockchain Commons Known 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 = "known-values"
version = "0.15.2"
authors = ["Blockchain Commons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blockchain Commons Known Values."
documentation = "https://docs.rs/known-values"
readme = "README.md"
keywords = [
    "encoding",
    "cbor",
    "binary",
    "format",
    "serialization",
]
categories = [
    "data-structures",
    "encoding",
]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/BlockchainCommons/known-values-rust"
resolver = "2"

[features]
default = ["directory-loading"]
directory-loading = [
    "dep:serde",
    "dep:serde_json",
    "dep:dirs",
]

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

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

[dependencies.bc-components]
version = "^0.31.0"

[dependencies.dcbor]
version = "^0.25.0"
features = ["multithreaded"]

[dependencies.dirs]
version = "5.0"
optional = true

[dependencies.paste]
version = "^1.0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dev-dependencies.tempfile]
version = "3.10"