# 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 = "x-media" version = "0.1.3" authors = ["Zhou Wei "] description = "Media framework for X" homepage = "https://github.com/libark/x" documentation = "https://docs.rs/x-media" readme = "README.md" keywords = [ "audio", "media", "video", ] categories = ["multimedia"] license = "MIT OR Apache-2.0" repository = "https://github.com/libark/x" [dependencies.bitflags] version = "2.6" [dependencies.cfg-if] version = "1.0" [dependencies.num_enum] version = "0.7" [dependencies.os-ver] version = "0.2" [dependencies.smallvec] version = "1.13" [dependencies.thiserror] version = "1.0" [dependencies.x-base] version = "0.1" [dependencies.x-variant] version = "0.1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-audio-types] version = "0.1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation] version = "0.10" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-media] version = "0.5" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-video] version = "0.4" features = ["link"] default-features = false