# 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" rust-version = "1.67" name = "mastodon-async" version = "1.3.2" authors = [ "Aaron Power ", "Paul Woolcock ", "D. Scott Boggs ", ] description = "A wrapper around the Mastodon API." readme = "README.md" keywords = [ "api", "web", "social", "mastodon", "wrapper", ] categories = [ "web-programming", "web-programming::http-client", "api-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/dscottboggs/mastodon-async.git" [package.metadata.docs.rs] features = ["all"] [dependencies.derive_deref] version = "1.1.1" [dependencies.derive_is_enum_variant] version = "0.1.1" [dependencies.doc-comment] version = "0.3" [dependencies.envy] version = "0.4" optional = true [dependencies.futures] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.isolang] version = "2.2" features = ["serde"] [dependencies.log] version = "0.4" features = [ "kv_unstable", "serde", "std", "kv_unstable_serde", "kv_unstable_std", ] [dependencies.mastodon-async-entities] version = "1" [dependencies.parse_link_header] version = "0.3.3" features = ["url"] [dependencies.percent-encoding] version = "2.2.0" [dependencies.reqwest] version = "0.11" features = [ "multipart", "json", "stream", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3" features = [ "parsing", "serde", "formatting", ] [dependencies.tokio] version = "1.22.0" features = [ "macros", "io-util", "time", ] [dependencies.tokio-util] version = "0.7.4" features = ["io"] [dependencies.toml] version = "0.7" optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "1.2.2" features = ["v4"] [dev-dependencies.femme] version = "2.2.1" [dev-dependencies.futures-util] version = "0.3.25" [dev-dependencies.html2text] version = "0.6.0" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio-test] version = "0.4.2" [build-dependencies.skeptic] version = "0.13" [features] all = [ "toml", "json", "env", "mt", ] default = ["reqwest/default-tls"] env = ["envy"] json = [] mt = ["tokio/rt-multi-thread"] rustls-tls = ["reqwest/rustls-tls"]