shape-wire 0.1.8

Universal wire format for Shape values - serialization and type metadata
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 = "shape-wire"
version = "0.1.8"
authors = ["Daniel Amesberger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal wire format for Shape values - serialization and type metadata"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/shape-lang/shape"
resolver = "2"

[features]
ast-integration = ["shape-ast"]
default = []
quic = [
    "quinn",
    "rustls",
    "rcgen",
    "tokio",
]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.quinn]
version = "0.11"
optional = true

[dependencies.rcgen]
version = "0.13"
optional = true

[dependencies.rmp-serde]
version = "1.3"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.shape-ast]
version = "=0.1.8"
optional = true

[dependencies.shape-value]
version = "=0.1.4"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.zstd]
version = "0.13"

[dev-dependencies.proptest]
version = "1.5"