# 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 = "gst-client" version = "0.1.2" authors = ["ALLATRA IT "] description = "Provides bindings for the main functionalities of the GStreamer Daemon" documentation = "https://docs.rs/gst-client" readme = "README.md" keywords = [ "gstreamer", "gstd", "API", "client", ] categories = ["web-programming::http-client"] license-file = "LICENSE.md" repository = "https://github.com/ALLATRA-IT/gst-client-rs" resolver = "2" [dependencies.derive_more] version = "0.99" features = [ "display", "error", "from", ] default-features = false [dependencies.mime] version = "0.3" [dependencies.mime_serde_shim] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "default-tls", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.url] version = "2.1" features = ["serde"] [dev-dependencies.tokio] version = "1" features = ["macros"]