pyth-lazer-protocol 0.44.0

Pyth Lazer SDK - protocol types.
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 = "pyth-lazer-protocol"
version = "0.44.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pyth Lazer SDK - protocol types."
readme = false
license = "Apache-2.0"
repository = "https://github.com/pyth-network/pyth-lazer-public"

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

[[example]]
name = "parse_and_verify"
path = "examples/parse_and_verify.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.byteorder]
version = "1.5.0"

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

[dependencies.derive_more]
version = "0.99"
features = [
    "from",
    "into",
]

[dependencies.hex]
version = "0.4.3"
features = ["serde"]

[dependencies.humantime]
version = "2.2.0"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.mry]
version = "0.13.0"
features = ["serde"]
optional = true

[dependencies.protobuf]
version = "3.4.0"

[dependencies.protobuf-json-mapping]
version = "3.4.0"

[dependencies.rust_decimal]
version = "1.36.0"
features = ["serde-with-str"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_with]
version = "3.10.0"
features = [
    "base64",
    "hex",
]

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "axum_extras",
    "chrono",
    "decimal",
    "non_strict_integers",
    "uuid",
]
optional = true

[dev-dependencies.alloy-primitives]
version = "0.8.5"

[dev-dependencies.assert_float_eq]
version = "1.1.4"

[dev-dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dev-dependencies.bs58]
version = "0.5.1"

[dev-dependencies.ed25519-dalek]
version = "2.1.1"
features = [
    "rand_core",
    "rand_core",
]

[dev-dependencies.libsecp256k1]
version = "0.7.1"