# 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 = "2018" name = "telegraph-rs" version = "0.6.3" authors = ["Aloxaf "] description = "telegraph binding for Rust" homepage = "https://github.com/Aloxaf/telegraph-rs" readme = "README.md" license = "MIT" repository = "https://github.com/Aloxaf/telegraph-rs" [dependencies.html_parser] version = "0.7.0" optional = true [dependencies.mime_guess] version = "2.0.5" optional = true [dependencies.reqwest] version = "0.12.5" features = [ "json", "multipart", ] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "test-util", ] [features] default = [ "upload", "html", "native-tls", ] html = ["html_parser"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] upload = ["mime_guess"]