vmix-core 0.2.2

Core data structures and XML parsing for vMix API (no_std 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"
name = "vmix-core"
version = "0.2.2"
authors = ["Shugo Kawamura <ruk1ium@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures and XML parsing for vMix API (no_std compatible)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/FlowingSPDG/vmix-rs"
resolver = "2"

[features]
default = []
std = ["serde/std"]
xml = ["dep:quick-xml"]

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

[dependencies.quick-xml]
version = "0.34"
features = ["serialize"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.152"
features = [
    "derive",
    "alloc",
]
default-features = false