# 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 = "rust-mediamtx-http-api" version = "0.0.8" authors = ["Dario Caruso"] exclude = ["src/tests/mediamtx"] description = "rust-mediamtx-http-api with optional rust native tls feature" documentation = "https://docs.rs/rust-mediamtx-http-api" license = "Apache-2.0" repository = "https://github.com/dottgonzo/rust-mediamtx-http-api" [dependencies.anyhow] version = "1.0.75" [dependencies.reqwest] version = "0.11.22" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.190" features = [ "derive", "rc", ] [dependencies.simplerusthttpsclient] version = "0.1.21" default-features = false [dependencies.tokio] version = "1.33.0" features = ["macros"] default-features = false [dependencies.url] version = "2.4.1" default-features = false [features] default = [] tls = ["simplerusthttpsclient/tls"]