chaincodec-registry 0.2.0

Schema Registry for ChainCodec — CSDL parser, in-memory store, version management
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 = "chaincodec-registry"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema Registry for ChainCodec — CSDL parser, in-memory store, version management"
homepage = "https://github.com/DarshanKumar89/chainkit/tree/main/chaincodec"
documentation = "https://docs.rs/chaincodec-registry"
readme = "README.md"
keywords = [
    "blockchain",
    "chaincodec",
    "web3",
    "ethereum",
    "schema",
]
categories = [
    "cryptography::cryptocurrencies",
    "encoding",
]
license = "MIT"
repository = "https://github.com/DarshanKumar89/chainkit"

[features]
default = []
remote = [
    "reqwest",
    "tokio",
]
sqlite = ["rusqlite"]

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

[dependencies.chaincodec-core]
version = "0.2.0"

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tiny-keccak]
version = "2"
features = ["keccak"]

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusqlite]
version = "0.31"
features = ["bundled"]
optional = true