# 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 = "media" version = "0.1.0" authors = ["Zhou Wei "] description = "A pure rust implementation of media framework" homepage = "https://github.com/rust-media" documentation = "https://docs.rs/media" readme = "README.md" keywords = [ "audio", "media", "video", ] categories = [ "multimedia", "multimedia::audio", "multimedia::video", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-media/media-rs" [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-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