# 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 = "radiobrowser" version = "0.6.1" authors = ["segler_alex "] description = "Client library for radiobrowser compatible servers with auto fallback to other available servers" documentation = "https://docs.rs/radiobrowser" readme = "README.md" keywords = [ "audio", "api", "radiobrowser", ] categories = [ "multimedia::audio", "multimedia", "api-bindings", ] license = "MIT" repository = "https://gitlab.com/radiobrowser/radiobrowser-lib-rust" [[example]] name = "test" required-features = ["blocking"] [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.async-std-resolver] version = "0.24.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] optional = true [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.22" features = ["json"] default-features = false [dependencies.serde] version = "1.0.189" features = ["derive"] [dev-dependencies.futures] version = "0.3.28" [features] blocking = [] brotli = ["reqwest/brotli"] default = [ "chrono", "blocking", "nativetls", ] default-rustls = [ "chrono", "blocking", "rustls", ] deflate = ["reqwest/deflate"] gzip = ["reqwest/gzip"] nativetls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"] [badges.maintenance] status = "actively-developed"