vesper-player-plugin 0.5.1

Safe Rust author SDK for Vesper native plugins.
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.98"
name = "vesper-player-plugin"
version = "0.5.1"
authors = ["umbrella22"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust author SDK for Vesper native plugins."
homepage = "https://github.com/umbrella22/Vesper"
documentation = "https://docs.rs/vesper-player-plugin"
readme = "README.md"
keywords = [
    "vesper",
    "media",
    "plugin",
    "video",
    "audio",
]
categories = [
    "multimedia",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/umbrella22/Vesper"

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

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

[dependencies.hex]
version = "0.4.3"

[dependencies.player-plugin-abi]
version = "0.5.1"
package = "vesper-player-plugin-abi"

[dependencies.player-plugin-macros]
version = "0.5.1"
package = "vesper-player-plugin-macros"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.24.0"
features = ["serde"]