# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "streamlib" version = "0.6.4" authors = ["Yuval Adam <_@yuv.al>"] description = "Play your favorite live streams from command line" license = "GPL-3.0" [dependencies.clap] version = "2.33.0" [dependencies.directories] version = "2.0.2" [dependencies.duct] version = "0.13.0" [dependencies.git2] version = "0.10.1" [dependencies.glob] version = "0.3.0" [dependencies.quick-xml] version = "0.16.1" [dependencies.regex] version = "1.3.1" [dependencies.reqwest] version = "0.9.21" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.toml] version = "0.5.4" [target."cfg(target_family = \"unix\")".dependencies.termion] version = "1.5.3"