# 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.2.1" authors = ["Serhii Khalymon "] 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/InnovateAndBuild/gst-client" [package.metadata.release] allow-branch = ["master"] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "v{{version}}" search = 'v[0-9]+\.[0-9]+\.[0-9]+' [dependencies.derive_more] version = "0.99" features = [ "display", "error", "from", ] default-features = false [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"]