# 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 = "mediaflow" version = "0.9.0" description = "Unofficial SDK to interact with the Mediaflow Pro API" homepage = "https://github.com/jacobsvante/mediaflow" documentation = "https://docs.rs/mediaflow/" readme = "README.md" license = "MIT" repository = "https://github.com/jacobsvante/mediaflow" [dependencies.async-recursion] version = "1" [dependencies.clap] version = "3" features = [ "derive", "env", ] optional = true [dependencies.configparser] version = "3" optional = true [dependencies.dirs] version = "4" optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2.8" [dependencies.http-serde] version = "1.1.2" [dependencies.log] version = "0.4" [dependencies.mediaflow_core] version = "0.9.0" [dependencies.mediaflow_derive] version = "0.9.0" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "3" default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.url] version = "2" features = ["serde"] [features] cli = [ "clap", "env_logger", "configparser", "dirs", ]