rsmediainfo 0.2.0

Rust wrapper for MediaInfo library
# 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.88"
name = "rsmediainfo"
version = "0.2.0"
authors = ["bakgio"]
build = "build.rs"
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for MediaInfo library"
readme = "README.md"
keywords = [
    "mediainfo",
    "video",
    "audio",
    "metadata",
]
categories = [
    "multimedia",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bakgio/rsmediainfo"

[features]
bundled = []
default = ["bundled"]

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

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

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

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

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

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

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

[[bench]]
name = "parse_overhead"
path = "benches/parse_overhead.rs"
harness = false

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.libloading]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.quick-xml]
version = "0.31"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "1.0"

[dependencies.widestring]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tiny_http]
version = "0.12"

[build-dependencies.blake2]
version = "0.10"

[build-dependencies.bzip2]
version = "0.4"

[build-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]

[build-dependencies.tar]
version = "0.4"

[build-dependencies.tempfile]
version = "3.10"

[build-dependencies.zip]
version = "2.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"