fcast-protocol 0.1.5

Data types for FCast
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 = "fcast-protocol"
version = "0.1.5"
build = false
exclude = [
    "misc/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data types for FCast"
readme = false
license = "MIT"
repository = "https://gitlab.futo.org/videostreaming/fcast"

[features]
default = []
tokio-receiver = [
    "dep:tokio-rustls",
    "dep:tokio",
    "dep:tracing",
]
tokio-sender = [
    "dep:tokio-rustls",
    "dep:tokio",
    "dep:tracing",
    "dep:x509-parser",
    "dep:sha2",
    "dep:rustls-pki-types",
]

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

[dependencies.base64]
version = "0.22"

[dependencies.flatbuffers]
version = "25.12.19"

[dependencies.paste]
version = "1.0.15"

[dependencies.rustls-pki-types]
version = "1.14"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.serde_with]
version = "3.18"
features = ["macros"]
default-features = false

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

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-rustls]
version = "0.26.4"
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.x509-parser]
version = "0.17"
optional = true

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.rustls-pki-types]
version = "1.14"

[dev-dependencies.sha2]
version = "0.11"

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

[dev-dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "logging",
    "ring",
    "tls12",
]
default-features = false