# 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 = "2018" name = "av-stream-info-rust" version = "0.10.4" authors = ["segler_alex "] description = "Analyze a http/https internet address and display information if an audio or video stream has been found. All information is extracted from metainformation." readme = "README.md" categories = [ "network-programming", "parsing", ] license = "MIT" repository = "https://github.com/segler-alex/av-stream-info-rust" [dependencies.env_logger] version = "0.10.1" [dependencies.hls_m3u8] version = "0.4.1" [dependencies.log] version = "0.4.20" [dependencies.native-tls] version = "0.2.11" [dependencies.playlist-decoder] version = "0.9.1" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.url] version = "2.5.0"