dvb-ci-runtime 0.3.0

Pure-Rust EN 50221 DVB Common Interface driver runtime — device I/O, TPDU/SPDU poll loop, and resource state machines over the dvb-ci codecs.
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"
rust-version = "1.81"
name = "dvb-ci-runtime"
version = "0.3.0"
authors = ["Alex Fishlock <alex.fishlock@racingjag.com>"]
build = false
exclude = [
    "docs/**",
    "tests/fixtures/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust EN 50221 DVB Common Interface driver runtime — device I/O, TPDU/SPDU poll loop, and resource state machines over the dvb-ci codecs."
readme = "README.md"
keywords = [
    "dvb",
    "common-interface",
    "en50221",
    "cam",
    "conditional-access",
]
categories = [
    "multimedia",
    "hardware-support",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-dvb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
linux = ["dep:libc"]

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

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

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

[dependencies.dvb-ci]
version = "0.5"

[dependencies.dvb-common]
version = "7.9"
default-features = false

[dependencies.dvb-si]
version = "7.9"
default-features = false

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.thiserror]
version = "2"