# 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 = "ruhear" version = "0.1.0" authors = ["aizcutei "] description = "A library for capturing audio from the system." documentation = "https://docs.rs/ruhear" readme = "README.md" keywords = [ "audio", "capture", ] categories = ["multimedia::audio"] license = "Apache-2.0" repository = "https://www.github.com/aizcutei/ruhear" [[example]] name = "capture" [[example]] name = "error" [dependencies.anyhow] version = "1.0.79" [target."cfg(not(target_os = \"macos\"))".dependencies.cpal] version = "0.15.2" [target."cfg(target_os = \"macos\")".dependencies.screencapturekit] version = "0.2"