# 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 = "pf_lib" version = "3.0.0" authors = ["petit-chat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "petit-filou core library" homepage = "https://github.com/petit-chat/petit-filou" documentation = "https://github.com/petit-chat/petit-filou" readme = "README.md" keywords = [ "video-scraper", "video", "wordpress", "wp-scraper", "wp-video", ] categories = ["api-bindings"] license = "GPL-3.0-or-later" repository = "https://github.com/petit-chat/petit-filou" [lib] name = "pf_lib" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "blocking", ] default-features = false [dependencies.serde_json] version = "1.0" [dev-dependencies.mockito] version = "1.4.0" [features] avi = [] default = [ "mp4", "mov", ] flv = [] mov = [] mp4 = [] mpeg = [] webm = [] wmv = []