# 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 = "monolib" version = "0.7.1" authors = ["Ivan Bushchik "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library implementing the lonely radio audio streaming protocol" readme = "README.md" license = "MIT" repository = "https://github.com/ivabus/lonelyradio" [package.metadata.xcframework] iOS = true include-dir = "src" lib-type = "cdylib" macOS = true simulators = true zip = false [lib] name = "monolib" crate-type = [ "cdylib", "staticlib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.byteorder] version = "1.5.0" [dependencies.claxon] version = "0.4.3" optional = true [dependencies.lonelyradio_types] version = "0.7.0" [dependencies.rmp-serde] version = "1.1.2" [dependencies.rodio] version = "0.19.0" default-features = false [dependencies.symphonia-codec-alac] version = "0.5.4" optional = true [dependencies.symphonia-core] version = "0.5.4" optional = true [dependencies.vorbis_rs] version = "0.5.4" optional = true [features] alac = [ "dep:symphonia-codec-alac", "dep:symphonia-core", ] all-lossless = [ "alac", "flac", ] all-lossy = ["vorbis"] default = [ "all-lossless", "all-lossy", ] flac = ["dep:claxon"] vorbis = ["dep:vorbis_rs"]