# 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" rust-version = "1.70" name = "vimeo-rs" version = "0.2.1" authors = ["Yoshiki Kudo "] description = "vimeo contents for Rust" readme = "README.md" keywords = ["vimeo"] categories = ["multimedia"] license = "MIT" repository = "https://github.com/335g/vimeo-rs" [dependencies.async-trait] version = "0.1.73" [dependencies.base64] version = "0.21.2" [dependencies.futures] version = "0.3.28" [dependencies.parse-display] version = "0.8.2" [dependencies.readonly] version = "0.2.11" [dependencies.regex] version = "1.9.3" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.scraper] version = "0.17.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.25" features = [ "serde", "parsing", ] [dependencies.tokio] version = "1.28" features = [ "sync", "macros", "parking_lot", ] [dependencies.tokio-util] version = "0.7.8" [dependencies.ua_generator] version = "0.3.5" [dependencies.url] version = "2.4" features = ["serde"] [dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ] [dev-dependencies.clap] version = "4.3.21" features = ["derive"] [dev-dependencies.console] version = "0.15.7" [dev-dependencies.dialoguer] version = "0.10.4" features = ["fuzzy-select"] [dev-dependencies.indicatif] version = "0.17.6" [dev-dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "time", ] [features] default = [] [badges.github] repository = "335g/vimeo-rs" workflow = "Rust"