laser-wire 0.0.1

LaserData wire contract: managed command codes, CBOR envelopes including the Agent Data Exchange Protocol (AGDX) agent envelope, the query IR, projections, schemas, KV, forks, and the HTTP surface. Runtime-free, wasm-compatible.
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"
rust-version = "1.97.1"
name = "laser-wire"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LaserData wire contract: managed command codes, CBOR envelopes including the Agent Data Exchange Protocol (AGDX) agent envelope, the query IR, projections, schemas, KV, forks, and the HTTP surface. Runtime-free, wasm-compatible."
readme = "README.md"
keywords = [
    "iggy",
    "laserdata",
    "wire",
    "cbor",
    "wasm",
]
categories = [
    "encoding",
    "api-bindings",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/laserdata/laser-sdk"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["time"]

[package.metadata.docs.rs]
all-features = true

[features]
bson = [
    "codecs",
    "dep:bson",
    "dep:time",
]
builders = ["dep:bon"]
cbor = ["dep:ciborium"]
codecs = [
    "cbor",
    "dep:rmp-serde",
]
default = ["cbor"]
fixtures = ["codecs"]
http-client = [
    "cbor",
    "dep:serde_urlencoded",
]

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

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

[[test]]
name = "robustness"
path = "tests/robustness.rs"
required-features = ["fixtures"]

[[test]]
name = "wire_fixtures"
path = "tests/wire_fixtures.rs"
required-features = ["fixtures"]

[dependencies.bon]
version = "3.9.3"
optional = true

[dependencies.ciborium]
version = "0.2.2"
optional = true

[dependencies.rmp-serde]
version = "1.3.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7.1"
optional = true

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.19"

[target.'cfg(not(target_family = "wasm"))'.dependencies.bson]
version = "3.1.0"
features = ["serde"]
optional = true

[target.'cfg(not(target_family = "wasm"))'.dependencies.time]
version = "0.3.55"
optional = true
default-features = false