# 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 = "m3u_parser" version = "0.1.2" authors = ["Pawan "] description = "A library for parsing and manipulating M3U files" readme = "README.md" license = "MIT" [dependencies.celes] version = "2.4.0" [dependencies.futures] version = "0.3.28" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.url] version = "2"